A Flex Grid Control will probably do what you want. Have a look at -
http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='Flex%20Grid%20D
emo.mdb'
for some examples. It is not possible to place a Combo box control in
the grid but perhaps you can add a bit of code to expand the grid cell
to show extra information when you click in the cell.
Peter Hibbs.
>Hi,
>I would like to create a form that has the months shown for example in
>a grid - and within the grid, a combo box that has the different tasks
>that needs to be done during that month.
>Is that possible to do-