Please Help.

A

Anthony W

I am currently working with a form and i am wondering if
it is possible to have a drop down box to select a record?
 
J

John Crighton

Yes, absolutely - I prefer a list box.

Simply use the DoCmd.ApplyFilter command to apply a
filter to the form, based on the combo box.

HTH,

John C
 
Top