View Full Version : Explain


accessman2
09-30-2005, 10:09 AM
Can anybody explain "RunCommand" and OpenTable to me?

Is it just refresh the table? or what?

Please let me know, thanks.

freakazeud
09-30-2005, 01:11 PM
Hi,
I'm not sure what you mean. Maybe you can clarify a little more.
Do you mean the OpenTable command for the DoCmd Syntax?
It is something like:
DoCmd.OpenTable "MyNewTable", acViewDesign

This would actually open the table in design view!
HTH
Good luck