stormin_norm
Registered User.
- Local time
- Today, 07:19
- Joined
- Apr 23, 2003
- Messages
- 213
I am building an application where one form (form1) will drive the data in the next form (form2).
i.e.
Have a form which looks up the customer, then pull up a detailed form based on the results of form1. Probably going to make it a popup.
I have reviewed postings, and read a few books. I found the Access Cookbook to be fantastic. But still curious what is easiest to code?
And what would be a good technique if I wish re-use form 1 to call form2, form3,form4,form5 either through command buttons or other technique.
I was thinking of using global variables and calling set and get functions, but I'm sure using the [Forms]![frmForm1].[lb...... should work okay.
Now an additional question- Whenever form2,form3 or other forms get focus, shouldn't then requery what the results are on form1?
Thanks in advance for any advice!!
Norm.
i.e.
Have a form which looks up the customer, then pull up a detailed form based on the results of form1. Probably going to make it a popup.
I have reviewed postings, and read a few books. I found the Access Cookbook to be fantastic. But still curious what is easiest to code?
And what would be a good technique if I wish re-use form 1 to call form2, form3,form4,form5 either through command buttons or other technique.
I was thinking of using global variables and calling set and get functions, but I'm sure using the [Forms]![frmForm1].[lb...... should work okay.
Now an additional question- Whenever form2,form3 or other forms get focus, shouldn't then requery what the results are on form1?
Thanks in advance for any advice!!
Norm.