Hi Again,
I created a few forms that contain sub forms. To speed up the process of order entry, I designed a few sub routines that go to a new record in a sub form, or attempt to save a record in a sub form just before the focus shifts to something else. The code work most of the time but occasionally I get this error:
acCmdRecordGoTo New is not available at this time
Can someone explain the conditions that cause this error. I'm sure I can fix it if I understood more about what causes it.
Thanks,
Adam
I created a few forms that contain sub forms. To speed up the process of order entry, I designed a few sub routines that go to a new record in a sub form, or attempt to save a record in a sub form just before the focus shifts to something else. The code work most of the time but occasionally I get this error:
acCmdRecordGoTo New is not available at this time
Can someone explain the conditions that cause this error. I'm sure I can fix it if I understood more about what causes it.
Thanks,
Adam
Comment