T
Trisha
I recently converted a database from 97 to XP. There is
a form where we move sku's to another location in the
table (building a catalog). In 97, I used the code
DoCmd.RunCommand acCmdSaveRecord. Of course this line of
code no longer works in XP. If I take it out all
together, I don't receive the error message, but it also
doesn't save the changes of where you want the sku to
move. I looked this up and found that if you use
If Me.Dirty Then
DoCmd.RunCommand acCmdSaveRecord
End If
That should work. However, every time I get to the
docmd.runcommand acCmdSaveRecord line in the code I get
the same error I was: Error inserting: The command or
action "SaveRecord" isn't available now. Error #2046
Any help would be greatly appreciated. I'm to the point
now of having them put Access 97 back on their pc. I've
run out of ideas.
Thanks in advance,
Trisha
a form where we move sku's to another location in the
table (building a catalog). In 97, I used the code
DoCmd.RunCommand acCmdSaveRecord. Of course this line of
code no longer works in XP. If I take it out all
together, I don't receive the error message, but it also
doesn't save the changes of where you want the sku to
move. I looked this up and found that if you use
If Me.Dirty Then
DoCmd.RunCommand acCmdSaveRecord
End If
That should work. However, every time I get to the
docmd.runcommand acCmdSaveRecord line in the code I get
the same error I was: Error inserting: The command or
action "SaveRecord" isn't available now. Error #2046
Any help would be greatly appreciated. I'm to the point
now of having them put Access 97 back on their pc. I've
run out of ideas.
Thanks in advance,
Trisha