Feasibility

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

Guest

I have 5 fields on a subform (datasheet) - one of which sometimes has no data
- sometimes incorrect data. I would like to make the field concerned into a
combo box from which users could select a new/different value whilst leaving
all other records/fields on screen. Is it possible to do this ?
 
I have 5 fields on a subform (datasheet) - one of which sometimes has no data
- sometimes incorrect data. I would like to make the field concerned into a
combo box from which users could select a new/different value whilst leaving
all other records/fields on screen. Is it possible to do this ?

Use a Continuous subform instead of a datasheet, and make the control
bound to that field a Combo Box. You will probably want to create a
small table of the valid values for this field, and base the combo on
this table.

John W. Vinson[MVP]
 
Back
Top