I am having trouble with above runtime error. in my adp form.
it tells me the "the command or action 'saverecord' isnt available now"
i get the error when i user enters data for a new record in my form and then hits my save button. when they do this i want the new record to be saved to the table and then a load of other stuff will happen.
the command i am using in my save button is;
DoCmd.RunCommand acCmdSaveRecord
Any ideas anyone???
it tells me the "the command or action 'saverecord' isnt available now"
i get the error when i user enters data for a new record in my form and then hits my save button. when they do this i want the new record to be saved to the table and then a load of other stuff will happen.
the command i am using in my save button is;
DoCmd.RunCommand acCmdSaveRecord
Any ideas anyone???