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
Testing Exchange with new mobile solution
Exchange 2003 / Outlook 2010 - Out Of Office Not Working via Outlook
Topper not displaying as transparent
Saving ComponentOne Winform c1Editor to SQL Server
How to detect if SQL Server 2005 or 2008 is installed
Header bigger on Zen Cart template
Is there any way to restrict WHERE users can have access to OWA (Exchange 2007)?
Windows Server 2008 to Server 2008 R2 Upgrade
Recommendations for power for school netbook cart
How to set up IIS to send alerts in the event of a system failure