No not a quer, its a report. I solved it i had no AppAccess.Visible = True so this is my code now and it shows the report
VB Code:
Dim AppAccess As Access.Application Set AppAccess = New Access.Application AppAccess.Visible = True With AppAccess .OpenCurrentDatabase "D:\Documents and Settings\christopher.lynch\Desktop\Manual Time And attendance\\Manualrecords.mdb" .RunCommand acCmdWindowHide .RunCommand acCmdAppMaximize .DoCmd.OpenReport "Manual", acViewPreview End With
How can i only show the report and not the access background and is it possible to send the report to a printer aswell




Reply With Quote