Changing Row Source on Combo Box

S

Stacey

I have a main form that contains client data including a client number. The
main form has a subform that contains test prices. I have a default price
list and a special quotes price list:

rftbl_SQPriceList
rftbl_PriceList

The combo box in the subform contains the test code and the price
information based on the default price list. I need to be able to change the
row source of the combo box depending on the client number that is entered
into the main client form. Any suggestions please?
 
Top