The Command or Action "saverecord" isn't available

J

JamesHall

Hi,

I have a form in which the user enters information about a new client. this
then has a close command button which asks the user if they want to save the
dirty record. I was using the docmd.DoMenuItem to svae the record howver this
brought about troubles as i had ver70( or whatever it is) as the last
argument however when I came to use this on 2000(Which some users have) it
kicked up an error so I changed it to ver20 as suggested by help. this worked
but for some bizarre reason it came up with help>about screen .

so i changed and am now using DoCmd.RunCommand acCmdSaveRecord. this works
fine on 2003 but when i come to use it on the 2000 version I get the above
error message.

can someone enlighten me as to why? many thanks

James
 
Top