View Full Version : Combobox data source?? ? ? ? ? ?


paulmcdonnell
10-18-2001, 05:42 AM
Hi guys,

I'm using a from which find clients with a combo box. The underlying query filters the datasource whether clients status is active, inactive, dead, live etc..

My combo box displays all clients regardless, what's the best way to set the combo box datasource to be the same as the form data source..

would it be
me.[combobox].rowsource = me.[mainform].recordsource

or do I need to assign variables which can be assigned to each..

have I just answered my own question

hope someone has some good tips..

cheers

paul

Rich
10-18-2001, 10:47 AM
Use the main form's underlying query?