S
Sash
This is a tough one to describe, but here goes....
In order to help syncronize data in three systems, I offloaded item masters
from all three systems. I currently have a main form that contains three
unrelated or unlinked subforms that display datasheets. Each subform,
currently has a parameter query associated with it.
So Mainform would have
-Subform / Datasheet A
-Subform / Datasheet B
-Subform / Datasheet C
The user will key in the word "mesh" and each subform populates with all
instances of items containing the word mesh. If no match is found, the user
can press a button next to the subform to requery the data using a different
word.
Once the data is displayed the user can review specific items from each item
master in one location and make appropriate changes/additions required. It
works nicely with the datasheet as the user can sort, resize, etc. The only
issue is that the user has to key in mesh 3 times for the main form to
populate.
If I have an unbound text box to key the search word 1x and open the main
form, I loose the ability to requery each item master separately. I know
parameter queries are discourage. I'm not sure why my brain isn't
functioning on this one, but any suggestions would be appreciated. If you
need further explanation on the project, I'd be happy to provide additional
examples.
In order to help syncronize data in three systems, I offloaded item masters
from all three systems. I currently have a main form that contains three
unrelated or unlinked subforms that display datasheets. Each subform,
currently has a parameter query associated with it.
So Mainform would have
-Subform / Datasheet A
-Subform / Datasheet B
-Subform / Datasheet C
The user will key in the word "mesh" and each subform populates with all
instances of items containing the word mesh. If no match is found, the user
can press a button next to the subform to requery the data using a different
word.
Once the data is displayed the user can review specific items from each item
master in one location and make appropriate changes/additions required. It
works nicely with the datasheet as the user can sort, resize, etc. The only
issue is that the user has to key in mesh 3 times for the main form to
populate.
If I have an unbound text box to key the search word 1x and open the main
form, I loose the ability to requery each item master separately. I know
parameter queries are discourage. I'm not sure why my brain isn't
functioning on this one, but any suggestions would be appreciated. If you
need further explanation on the project, I'd be happy to provide additional
examples.