Open form to blank record? (Access 2000)

DoCmd.RunCommand I don't think made an appearance until Access 2000.

You would probably want the old DoCmd.DoMenuItem code.
 
I did the procedure but its giving me an error saying tht either the database is a read-only or its not converted from the older version so the
DoCmd.RunCommand acCmdClearAll method
is not working
any suggestions pls??????]

What is it exactly that you are attempting to achieve with this code.

acCmdClearAll = 146 ;Clears all tables from the Relationships window
Is that really what you want to do??
 
hey Bob,
Thanx for the demo I got it n used the gotoLastRecord in the Do Cmd n it did the trick thanx alot
Leeza
 

Users who are viewing this thread

Back
Top Bottom