Any ideas how to do this one?
I have a combo box and I would like the row source to change dependant on what page of a tab control a user is looking at -
so if the user is looking at page 1, the rowsource is taken from the contents of text boxes on page 1, if looking at page 2, the contents of text boxes on that page are used, etc...
Can I construct a query that will return the contents of different text boxes (or different fields from a database since they are bound boxes) dependant on the page value?
I will as ever be amazed if someone can find a way...
I have a combo box and I would like the row source to change dependant on what page of a tab control a user is looking at -
so if the user is looking at page 1, the rowsource is taken from the contents of text boxes on page 1, if looking at page 2, the contents of text boxes on that page are used, etc...
Can I construct a query that will return the contents of different text boxes (or different fields from a database since they are bound boxes) dependant on the page value?
I will as ever be amazed if someone can find a way...