ComboBox In DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any sample code to add a combobox to a datagrid in Access97 - any
type of help on this subject would be much appreciated. Thanks
 
If you mean "add a combo box to a query"..it can't be done..

You can run a query from a form that has a combo box (and use that combo box
as a parameter in a query).

Bob
 
My issue has nothing to do with a query.

I have a bound datagrid on a form. When a user enters data into one of the
datagrid columns I want them to be able to select from a combo box. I just
can't figure out how to get the datagrid to either have a combo box as one of
its columns or else "float" the combo box on top of the column's cells in the
datagrid so it would appear that the grid has a combo box.

I need this to work in access 97.
 
Albert
Thank you so much - you gave me something totally unexepected to think about
- I'm going to try this out and see if it works - so far it seems like it
will! Thanks again!
Jackie
 
Back
Top