DoCmd and Me.

  • Thread starter Thread starter KBDB
  • Start date Start date
K

KBDB

Where can I find a listing of these commands and how to use them?

Thanks,

Kathleen
 
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 <--
 
Hi,

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

Thanks.....

Kathleen
 
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 <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top