Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListBox and push method
Message
Information générale
Forum:
Visual Basic
Catégorie:
Access
Divers
Thread ID:
00533559
Message ID:
00535403
Vues:
14
>Hi,
>Simple question :
>what is the meaning of Me![something]
>
>Me! ...
>
>Thanks

Hi Stephane,

Below I paste help topic on "Me" from MS Access 97 help.


You can use the Me property in Visual Basic to refer to a form, report, (or to the form or report associated with a subform or subreport), or class module where Visual Basic code is currently running.

...

The Me property contains an object reference to the current form or report and is faster than a fully qualified object reference. For example, the following two code fragments refer to the value of the LastName control for the current record on the Employees form:

strLastName = Forms!Employees.LastName

strLastName = Me!LastName

...

HTH, Igor
Igor Gelin
Database Developer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform