SpiritedAway
Registered User.
- Local time
- Today, 15:53
- Joined
- Sep 17, 2009
- Messages
- 97
Hi - scratching around for a solution
I have a button on my MainForm - On click - if [textbox] on MainForm = "Live" then open [Form1] where DocID of MainForm is equal to DocID on [Form 1]
But if [textbox] on MainForm = "Postponed" then open [Form2] where DocID on MainForm is equal to DocID on [Form2]
But if [textbox]on MainForm = "Done" then open [Form3] where DocID on MainForm is equal to DocID on [Form3]
Can anyone advice the kind of code I would need to do this?
Using A2007
Thanks for your help
I have a button on my MainForm - On click - if [textbox] on MainForm = "Live" then open [Form1] where DocID of MainForm is equal to DocID on [Form 1]
But if [textbox] on MainForm = "Postponed" then open [Form2] where DocID on MainForm is equal to DocID on [Form2]
But if [textbox]on MainForm = "Done" then open [Form3] where DocID on MainForm is equal to DocID on [Form3]
Can anyone advice the kind of code I would need to do this?
Using A2007
Thanks for your help
Last edited: