How do I add a message box at the end of that script that just says "printed ok" or something with an OK button.Code:Set objAccess = CreateObject("Access.Application") objAccess.OpenCurrentDatabase "C:\Inetpub\wwwroot\s4\fpdb\s4.mdb" Set objCommand = objAccess.DoCmd objCommand.OpenReport "Boarding_Summary" objAccess.CloseCurrentDatabase
i had thisbut get an error about parenthesis.Code:MsgBox("School Reports",65,"Reports sent to the printer...")
Any clues please?
Cheers.


LinkBack URL
About LinkBacks




