T
Tarpon_Zeke
I am in the process of upsizing an access database to an
access front end/sql back end.
I have several "pre" screens where a user can select a
record then it will open a form with the entire record
displayed.
The prescreen generally has a drop down box where the user
will pick what record he/she wants to work with. Say it
is the invoice table. The user selects the invoice # they
want to play with on the prescreen and they push go and
the entire invoice will be displayed for them. The
invoice form is opened and the recordsource for that form
uses the invoice_id from the combo box on the pre screen
so only one record is displayed.
The problem I am having is that the drop down box on the
prescreen is occasionally locking the record so when they
go to the full screen they can't update the record.
The user is locking himself from editing that record
because of the select statement in the drop down box which
is looking at the same table and the same record.
The strange thing is that if only one person is in the
system, this does not happen. Once multiple users are in
the system this happens. I figured out a temporary work
around but it is not a particularly pretty solution.
Is there a way to make that select statement a read-only
statement? There is no editing on the pre-screen, just
selecting what record the user wants.
Thanks in advance for any help.
PZ
access front end/sql back end.
I have several "pre" screens where a user can select a
record then it will open a form with the entire record
displayed.
The prescreen generally has a drop down box where the user
will pick what record he/she wants to work with. Say it
is the invoice table. The user selects the invoice # they
want to play with on the prescreen and they push go and
the entire invoice will be displayed for them. The
invoice form is opened and the recordsource for that form
uses the invoice_id from the combo box on the pre screen
so only one record is displayed.
The problem I am having is that the drop down box on the
prescreen is occasionally locking the record so when they
go to the full screen they can't update the record.
The user is locking himself from editing that record
because of the select statement in the drop down box which
is looking at the same table and the same record.
The strange thing is that if only one person is in the
system, this does not happen. Once multiple users are in
the system this happens. I figured out a temporary work
around but it is not a particularly pretty solution.
Is there a way to make that select statement a read-only
statement? There is no editing on the pre-screen, just
selecting what record the user wants.
Thanks in advance for any help.
PZ