Bentleybelle
Registered User.
- Local time
- Today, 12:49
- Joined
- Feb 22, 2004
- Messages
- 53
I've been trying to apply a requery, but still can't get desired result. My db structure: I have an input form with 4 tabbed pages. First page of form is for entering basic details of a client. Second page goes into more detail. At top of second page, I have converted text box into a combo box and through query builder all client names appear within combo box in alpha order, so user does not have to retype client names. Trouble is the client name does not appear in combo box unless I close and re-open the form. Rickster57 kindly gave me code for a requery of:
Forms![first form]![second form].Form![combo box name].Requery
Have put in the After Update property of the client name text box on page 1
I question now if it's a form I'm working with or pages? (You'll understand I'm relatively new to VBA!!!)
Any help appreciated
Forms![first form]![second form].Form![combo box name].Requery
Have put in the After Update property of the client name text box on page 1
I question now if it's a form I'm working with or pages? (You'll understand I'm relatively new to VBA!!!)
Any help appreciated
Last edited: