Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters to forms
Message
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Divers
Thread ID:
00561911
Message ID:
00561994
Vues:
22
>Excuse my ignorance but is it possible to pass some parameters to an Access form? How do you set the form up to receive them is it in the open or load events?

There are a number of ways:
- Using global variables (not very elegant)
- Using private properties (Property Let & Get, you have to assign values before showing your form)
- Using OpenForm and OpenArgs: (DoCmd OpenForm, "frmB", , , , , CStr(integerValue) and then use OpenArgs to read the values)
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform