I have searched for a solution and have tried all the suggestions found(e.g. command button to save, setfocus before attempting recordsave, etc).
I've tried updating and saving with a pre-existing record and SaveRecord works fine.
My problem is a Data entry form in a system I inherited.
I've noticed the insert does not happen till the User exits the current form. This has caused problems in the past when things get busy, one User's record overlays another User's record because they did not exit the form soon enough. The problem is the new ID number is max of previous ID# and if insert doesn't happen in a timely manner, the same ID# gets allocated to different Users. I want to minimize changes to this form.
All suggestions are welcome.
Thanks.
I've tried updating and saving with a pre-existing record and SaveRecord works fine.
My problem is a Data entry form in a system I inherited.
I've noticed the insert does not happen till the User exits the current form. This has caused problems in the past when things get busy, one User's record overlays another User's record because they did not exit the form soon enough. The problem is the new ID number is max of previous ID# and if insert doesn't happen in a timely manner, the same ID# gets allocated to different Users. I want to minimize changes to this form.
All suggestions are welcome.
Thanks.