Microsoft
Software
Hardware
Network
Question : multiple parameters in MS Access 2003
Have a qry pulling check information. I know how to set a parameter for a date range and a check#. Is there a way to set up the qry for a date range OR check#? If so, how?
In other words, there may be time I just want to look at all checks within a range and other times I may want to look for a specific check# and don't care about the date. (And of course, there might be times when I know both a date and the check #.)
As always, TIA
Answer : multiple parameters in MS Access 2003
Here is one example:
SELECT Table2.*, Table2.MyDate, Table2.MyCheckNum
FROM Table2
WHERE (((Table2.MyDate) Between [Enter Start Date] And [Enter End Date])) OR (((Table2.MyCheckNum)=[Ent
er Check Number]));
mx
Random Solutions
How to convert this VB.NET code to VC# code?
Counting in a Report
How to Export Access Query with 100k+ records to Excel in separate tabs?
Where to buy Office 2003 OEM Basic CHEAP (but leagal)?
Problem with telephone format in access form
Macro to export outlook contacts to Excel hangs
Best way to virtualise existing windows PC's
vista/windows7 vpn can't ping (was working in XP)
Bootable floppy to support LG USB CD-RW in dos mode
Windows 2003 Server R2 Gives intermittent stop error 0000007f