G
Guest
I have a front end/back end database. 2-6 users are signed in at a given
time. The primary form lets them log calls. They hit the 'initiate call'
button which creates a new record and logs the time. When they hang up, they
hit the 'stop call' button which logs the stop time and they go ahead and
type comments in a memo field. Next call comes in and they hit 'initiate
call' again, so on.
The problem they're having is occasionally they get an 'unable to add
record' error when they try to 'initiate call'. I'm wondering if this isn't
caused by the form keeping a record open while additional ones are being
added. So perhaps user1 takes a call and logs it and then doesn't get
another call for a while whereas the others are continuing to take calls. At
a certain point it just puts a stop to new records until user1's call is
closed.
Is there a way I can have the stop call button save the record (and thereby
close it) without advancing to the next (or new) record?
time. The primary form lets them log calls. They hit the 'initiate call'
button which creates a new record and logs the time. When they hang up, they
hit the 'stop call' button which logs the stop time and they go ahead and
type comments in a memo field. Next call comes in and they hit 'initiate
call' again, so on.
The problem they're having is occasionally they get an 'unable to add
record' error when they try to 'initiate call'. I'm wondering if this isn't
caused by the form keeping a record open while additional ones are being
added. So perhaps user1 takes a call and logs it and then doesn't get
another call for a while whereas the others are continuing to take calls. At
a certain point it just puts a stop to new records until user1's call is
closed.
Is there a way I can have the stop call button save the record (and thereby
close it) without advancing to the next (or new) record?