use Public variables in a standard code module Public (varName) as (varType)
then you can see the variables anywhere in the program - the only problem iwth public variables is that they consume a lot of memory. (be sure to set them to Nothing when you are done with them.) Hope this helps! Richard --- In [email protected], "martybevo" <[EMAIL PROTECTED]> wrote: > Can anyone point me in the right direction? I'm trying to figure out > how to pass values between data access pages. > > For example... > > I have a start date, and end date and an account number. I want the > user to complete the fields and when they click submit the values are > passed and the results are filtered based on their entry. > > Can anyone assist please? > > Thanks. > > Domenic ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/q7folB/TM --------------------------------------------------------------------~-> Please zip all files prior to uploading to Files section. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AccessDevelopers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
