Microsoft
Software
Hardware
Network
Question : Access Report - Where Condition
I'm using Visual Studio 2008 Express and Access 2007. To print Access reports from my VS app I'm using Microsoft.Office.Interop.A
ccess.Appl
ication. I've been successful using this method when the "Where Condition" has been text or numeric, but I'm having difficulty when trying to use a date in the "Where Condition". How do I correctly pass along a DateTimePicker (dtp1) value for a field ProdDate?
Dim AdbSE As New Microsoft.Office.Interop.A
ccess.Appl
ication
AdbSE.OpenCurrentDatabase(
"\\Process
1\db\Main Application.mdb")
AdbSE.DoCmd.OpenReport("rp
tShiftRepo
rt2", AcView.acViewNormal, , "ProdDate=" & dtp1.value)
AdbSE.CloseCurrentDatabase
()
AdbSE.Quit()
Answer : Access Report - Where Condition
open the subform in design view, hit F4
select the Format Tab
Record Selectors NO <<< set to NO
Random Solutions
How to Schedule to Update the table column in oracle 10g
new Host Name
WSUS 3.0 SP2 Client Computers are not registering with Windows Update Server
Moving stored procedure from SQL Server 2000 to 2005, multiple table inserts and SCOPE_IDENTITY
Verizon providing 6Mb tunnel using VWIC-2MFT-T1
Count in a Query
update randomly mysql
Using one keyboard and mouse with two computers at the same time
Window Server 2003
exit a job in sql server 2008 r2