Microsoft
Software
Hardware
Network
Question : Yes/No query parameter for MS Access Report
Hi all,
I have an Access report with that queries a table called Documents with a yes/no field called Deleted. I have parameters the user can enter before the report runs - Ex: Enter Company Name, Enter City, etc. I'd like to add a parameter to the report that asks if the user wants to display documents that have been deleted (Documents.Deleted=Yes).
So the parameter would be something like:
Show Deleted Documents?
user selects yes or no
If Yes is selected, the report should return all values of Documents.Deleted. If No is selected, the report should return only records where Documents.Deleted = No.
Can someone help point me in the right direction here?
Thanks in advance.
Answer : Yes/No query parameter for MS Access Report
Can you try this:
strFileName=Session.Proper
ty("SOURCE
DIR") & "MyExe.exe"
Set objShell = CreateObject("WScript.Shel
l")
objShell.Run strFileName, 1, True
Regards,
Rob.
Random Solutions
Pinning harddrive shortcut onto the taskbar
Is there a way to find all history after it's deleted and searches?
FTP transfer 5 K/s max
Manual Feed
Import/export error - SQL Server 2005
Addressing a virtualized server
How to calculate two columns and also SUM them in Excel
In Symantec Backup Exec 2010, how can I take a look at a failed backup job to determine exactly what has backed up (so I can know the exact point where the backups fail)?
CSV export from a database
How to create a c++ operator ? (like + - * )