A
Accessorise
Hi
I have created a database to facilitate my work. Now I have been asked to
produce a similar one that people without access knowledge can use.
I put [Enter X data] in the underlying queries so the user when they open a
form are prompted for the data they want to filter on etc. However I have
come across several problems:
* The parameter box does not accept > coupled with a number eg >10. It will
accept 10 but not > 10. Normally I just specify the criteria in the design
view of the query and this works, but they have requested to produce it so
that this isn't necessary for the user to look behind the scenes.
* I have implemented multivalued lookup fields. Which work well and allow
the selection of more than 1 item. But to search for those combinations
although it will allow it in the query design view, in a parameter box it
does not work trying to specify two variables eg 1 or 2. I have tried
various variations such as 1, 2 (this is what it looks like after you have
selected both variables from the lookup) and I have also tried 1 and 2.
My knowledge of code is pretty pathetic. If there is an easy way that does
not require the user to go behind the scenes can you please let me know.
I have created a database to facilitate my work. Now I have been asked to
produce a similar one that people without access knowledge can use.
I put [Enter X data] in the underlying queries so the user when they open a
form are prompted for the data they want to filter on etc. However I have
come across several problems:
* The parameter box does not accept > coupled with a number eg >10. It will
accept 10 but not > 10. Normally I just specify the criteria in the design
view of the query and this works, but they have requested to produce it so
that this isn't necessary for the user to look behind the scenes.
* I have implemented multivalued lookup fields. Which work well and allow
the selection of more than 1 item. But to search for those combinations
although it will allow it in the query design view, in a parameter box it
does not work trying to specify two variables eg 1 or 2. I have tried
various variations such as 1, 2 (this is what it looks like after you have
selected both variables from the lookup) and I have also tried 1 and 2.
My knowledge of code is pretty pathetic. If there is an easy way that does
not require the user to go behind the scenes can you please let me know.