Two questions...
First off the simple one: I', trying to create a query that will return all records from the last 30 calendar days. Someing like:
Between Date() And Date() - 30
I know the syntax doesn't work that way, but thats the general idea of what i'm trying to do.
Secondly:
In another query im trying to limit records by a datatype from 1 field. In that field(which is linked to a table through a combo box) there are approximately 100 different selections. I want to be able to have the user select from that list of data more than one selection.
In other words, limit the records by say 5 differnt possibilities all from 1 field. Now what i have done since these selections all remain constant is build a Form with a list box so the user can highlight the selections he wants the records limited to(this works great with a combo box if you link the result of the combo box to the criteria section in your query)
My problem however us that how can you link this to a query if the user is making multiple selections from a list box,
Thanks in Advance
Bill
First off the simple one: I', trying to create a query that will return all records from the last 30 calendar days. Someing like:
Between Date() And Date() - 30
I know the syntax doesn't work that way, but thats the general idea of what i'm trying to do.
Secondly:
In another query im trying to limit records by a datatype from 1 field. In that field(which is linked to a table through a combo box) there are approximately 100 different selections. I want to be able to have the user select from that list of data more than one selection.
In other words, limit the records by say 5 differnt possibilities all from 1 field. Now what i have done since these selections all remain constant is build a Form with a list box so the user can highlight the selections he wants the records limited to(this works great with a combo box if you link the result of the combo box to the criteria section in your query)
My problem however us that how can you link this to a query if the user is making multiple selections from a list box,
Thanks in Advance
Bill