CadMonkey
Misplaced But Useful
- Local time
- Today, 23:48
- Joined
- May 19, 2004
- Messages
- 47
Hi,
I wander if anyone can help? Multiple web searches have turned up nothing!
I would like to call a sub that is defined in form1. However, I am trying to call it from another form: form2. I.E In vb if use this code:
call sub1
It says no sub defined, beacuse I'm calling it from form2.
(The forms are in the same DB)
if I try:
call form1.sub1... it just doesn't work¬
Can anyone suggest a method?
Many thanks,
Simon
I wander if anyone can help? Multiple web searches have turned up nothing!
I would like to call a sub that is defined in form1. However, I am trying to call it from another form: form2. I.E In vb if use this code:
call sub1
It says no sub defined, beacuse I'm calling it from form2.
(The forms are in the same DB)
if I try:
call form1.sub1... it just doesn't work¬
Can anyone suggest a method?
Many thanks,
Simon