A
Annemarie
I would like to make a form that does many of the same functions as a
query. The idea is to have users be able to choose one or several
selections from a list box, or several list boxes and have it query the
results. I know this is way easier by simply using a query, but the
idea is to not have the users have to interface with the query screen,
to simply choose from a list and see the results based on those
selections. The main idea is user ease.
I have started to play with the idea but only have built a form that
will show a result of choosing one selection from each of three combo
boxes. The results only display if all three have a value selected.
Is there a way to have a 'wild card' that will cause that category to
show all results in the sub form that meet the criteria of the other
fields chosen? Right now it is set up to sort by three different
fields. Say a user wants to see all of the records that relate to a
specific location..they would choose the location and leave the other
two identifying fields blank...or if they wanted to see all of the
records for the ID 123456 at that location, leaving one identifier
blank. or all ID 123456 and 654321 for that location. etc.... I
know this is easy to do within a query but cannot figure out how to
make it work in a form.
Another useful tool would be if a user chooses a location, to have only
those Id's associated with that location be choices in the list box. I
have quite a long list of IDs and Uses, and it would be very helpful to
narrow down the choices.
Any help would be appreciated.
Thanks!
query. The idea is to have users be able to choose one or several
selections from a list box, or several list boxes and have it query the
results. I know this is way easier by simply using a query, but the
idea is to not have the users have to interface with the query screen,
to simply choose from a list and see the results based on those
selections. The main idea is user ease.
I have started to play with the idea but only have built a form that
will show a result of choosing one selection from each of three combo
boxes. The results only display if all three have a value selected.
Is there a way to have a 'wild card' that will cause that category to
show all results in the sub form that meet the criteria of the other
fields chosen? Right now it is set up to sort by three different
fields. Say a user wants to see all of the records that relate to a
specific location..they would choose the location and leave the other
two identifying fields blank...or if they wanted to see all of the
records for the ID 123456 at that location, leaving one identifier
blank. or all ID 123456 and 654321 for that location. etc.... I
know this is easy to do within a query but cannot figure out how to
make it work in a form.
Another useful tool would be if a user chooses a location, to have only
those Id's associated with that location be choices in the list box. I
have quite a long list of IDs and Uses, and it would be very helpful to
narrow down the choices.
Any help would be appreciated.
Thanks!