I have populated my Grid is as folows:

01/01/00 02/01/00 03/01/00 04/01/00 05/01/00
A
B

Consider the following Access table:

Name Start Finish
A 01/01/00 05/01/00
B 02/01/00 04/01/00

I want to put an X in every cell to show the Start and Finish Range. i.e The Completed Grid will look as follows:

01/01/00 02/01/00 03/01/00 04/01/00 05/01/00
A x x x x x
B x x x

Can someone please show me how to code this ?