Run multiple macros with same parameter

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

I have a group of macros that all require the same date
input....how can I type the date once and have the others
pick up that date as well so I don't have to type it each
time?

Thanks,
PC
 
PC,

Open a form with an unbound textbox for the entry of the date, and
then refer to this in the applicable spot using syntax such as...
[Forms]![NameOfForm]![NamefTextbox]

- Steve Schapel, Microsoft Access MVP
 
Back
Top