boblarson Smeghead Local time Today, 11:17 Joined Jan 12, 2001 Messages 32,059 Dec 10, 2009 #21 DoCmd.RunCommand I don't think made an appearance until Access 2000. You would probably want the old DoCmd.DoMenuItem code.
DoCmd.RunCommand I don't think made an appearance until Access 2000. You would probably want the old DoCmd.DoMenuItem code.
John Big Booty AWF VIP Local time Tomorrow, 04:17 Joined Aug 29, 2005 Messages 8,262 Dec 10, 2009 #22 leeza said: 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??????] Click to expand... What is it exactly that you are attempting to achieve with this code. acCmdClearAll = 146 ;Clears all tables from the Relationships window Click to expand... Is that really what you want to do??
leeza said: 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??????] Click to expand... What is it exactly that you are attempting to achieve with this code. acCmdClearAll = 146 ;Clears all tables from the Relationships window Click to expand... Is that really what you want to do??
L leeza Registered User. Local time Today, 11:17 Joined Dec 7, 2009 Messages 12 Dec 10, 2009 #23 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
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