Hi All -
I am building a system that essentially walks the user through a series of flow chart questions.
eg: Was the batch number found?
If NO then
If YES then
Depending on the answer, I want to open a certain form when they click next. I'm trying to do this by assigning the name of the form to a variable (via a lookup on a worksheet).
eg: nextform = "frmNext"
But when I then say.... nextform.show, it says I need an object. Clearly, this is because I haven't defined 'nextform' as being a form, but I can't find a way to do this??
Help?!?
I am building a system that essentially walks the user through a series of flow chart questions.
eg: Was the batch number found?
If NO then
If YES then
Depending on the answer, I want to open a certain form when they click next. I'm trying to do this by assigning the name of the form to a variable (via a lookup on a worksheet).
eg: nextform = "frmNext"
But when I then say.... nextform.show, it says I need an object. Clearly, this is because I haven't defined 'nextform' as being a form, but I can't find a way to do this??
Help?!?