accessman2
Registered User.
- Local time
- Today, 00:56
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
I want to setup like this:
dim frm as form
if num = 1 then
frm = "Forms![Main]![Content]"
else
frm = "Forms![Appointment]![Content]"
end if
....
if frm!seach1 = "Hello" then ...........................
...
etc.
Does anybody know about it?
Thanks.
I want to setup like this:
dim frm as form
if num = 1 then
frm = "Forms![Main]![Content]"
else
frm = "Forms![Appointment]![Content]"
end if
....
if frm!seach1 = "Hello" then ...........................
...
etc.
Does anybody know about it?
Thanks.