Hello,
I have a form (orders) with 1 subform.(products) (access2k)
I add a new order and I go to the first product I fill in it and when I press TAB to go the the second
I get the error message: <Run time
error "2486", You can't carry out this action at the
present time>. Afterwards, I have a hard time even
closing down the application, and cannot close Access at
all. I have to end the Access using the task manager.
When I press debug I see that the error is
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
When I reopen the database and I go to the same ordes I don’t have a problem to add as many product I want
What could be the reason?
Please, Help! Thanks,
I have a form (orders) with 1 subform.(products) (access2k)
I add a new order and I go to the first product I fill in it and when I press TAB to go the the second
I get the error message: <Run time
error "2486", You can't carry out this action at the
present time>. Afterwards, I have a hard time even
closing down the application, and cannot close Access at
all. I have to end the Access using the task manager.
When I press debug I see that the error is
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
When I reopen the database and I go to the same ordes I don’t have a problem to add as many product I want
What could be the reason?
Please, Help! Thanks,