C
Chris
I am getting an error, and I believe I understand what it is saying, but I
guess I looking for a fix or workaround. Basically, I have a main form with
3 subforms. Each subform's data is a seperate query. Those query's filter
data from an underlying table, they pull 3 sets of different data. When I
open the main form, I get an error saying the table is already open
exclusively by another user....... The first subform display's fine, the
other two are whited out. I assume it access is getting mad because all 3
query's are referencing a single underlying table. I like the 3 column view
to pull 3 different sets of data. The subforms are used for display only, no
editing, i tried to lock them. Any help? thanks for any suggestions.
guess I looking for a fix or workaround. Basically, I have a main form with
3 subforms. Each subform's data is a seperate query. Those query's filter
data from an underlying table, they pull 3 sets of different data. When I
open the main form, I get an error saying the table is already open
exclusively by another user....... The first subform display's fine, the
other two are whited out. I assume it access is getting mad because all 3
query's are referencing a single underlying table. I like the 3 column view
to pull 3 different sets of data. The subforms are used for display only, no
editing, i tried to lock them. Any help? thanks for any suggestions.