DoCmd and Me.

S

Stefan Hoffmann

hi,
Where can I find a listing of these commands and how to use them?
Open the VBA editor and there open the object browser (F2). There you
can search for almost everything you can use in code. When you have
found what you where looking for use the onlin help (F1)...

And, of course, giyf.)

mfG
--> stefan <--
 
K

KBDB

Hi,

I found the DoCmd but I could not find the Me. listed there. Is the Me.
listed under another name?

Thanks.....

Kathleen
 
S

Stefan Hoffmann

hi Kathleen,
I found the DoCmd but I could not find the Me. listed there. Is the Me.
listed under another name?
Ahh, I've missed that.

"Me" references the current object. In Access this can be the form or
the report where you use it. So the type of "Me" can be Access.Form or
Access.Report.


mfG
--> stefan <--
 
Top