|
-
Jun 13th, 2004, 08:35 PM
#1
Thread Starter
Addicted Member
Hi people
HI just wanted to ask...
I have to forms, in the first form i created a recordset (rs) that i want to call and update in the second form, how can I do this??
Thanks a lot!!
-
Jun 13th, 2004, 11:40 PM
#2
Declare the recordset as public.
Or better, put it in a module.
Or even better, in a separate function in a module that you can thus call from anywhere.
-
Jun 14th, 2004, 12:12 AM
#3
-
Jun 14th, 2004, 02:53 AM
#4
Thread Starter
Addicted Member
i have tried by creating the recordset public, however it didnt work, how modules wrk???
-
Jun 14th, 2004, 03:23 AM
#5
Frenzied Member
Modules are like chunks of code that just sort of sit there. You can make a Public item and it will work on /any/ form.
So make a new module, name it whatever you like, and put:Yeah. Need anymore help?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|