Combo box

Bentleybelle

Registered User.
Local time
Today, 18:42
Joined
Feb 22, 2004
Messages
53
I have a form with four tabbed pages. First form is where data is filled with some basic new client details. Second page contains more detailed info, this starts with a combo box of company names that have been completed on first page. However, I find I have to close the form and re-open before the company name appears at the combo box on the second page. I tried putting on a "Save" command button, but still the same. How do I get the company name to appear at the combo box on the second page without first closing the form please?

Thanks in anticipation
 
To move to the next page are you using a button or simply clicking on the tab, Basicly you need a me.requery on either the last text box or on the next page button.

Alastair
 
Well I have been just selecting the tab, not aware of what I really needed to do. Can you give me a bit more detail please?
 
I've tried putting this in various areas, but I am not getting the desired result. Can someone tell me where I should put this code?
 

Users who are viewing this thread

Back
Top Bottom