M
Meshman
How do I apply a filter to an Access report? I seriously cannot find any
examples anywhere. Well, MS says this works:
.... but all I get is "missing operator". It then strikes me I haven't told
it what to filter on. What's the syntax for it? I have a table called
"Inventory Transactions" and need the field "Transaction Date" filtered by
the above criteria (different date range but the above example will do).
I tried this:
[Inventory Transactions].[Transaction Date]>=#1/1/2009# And [Inventory
Transactions].[Transaction Date]<=#12/31/2009#
....but all it does is prompt me for a value. - ?
Any ideas?
Thanks!
examples anywhere. Well, MS says this works:
#2/2/2006# and <#2/4/2006#
.... but all I get is "missing operator". It then strikes me I haven't told
it what to filter on. What's the syntax for it? I have a table called
"Inventory Transactions" and need the field "Transaction Date" filtered by
the above criteria (different date range but the above example will do).
I tried this:
[Inventory Transactions].[Transaction Date]>=#1/1/2009# And [Inventory
Transactions].[Transaction Date]<=#12/31/2009#
....but all it does is prompt me for a value. - ?
Any ideas?
Thanks!