I am working on Access report from vb6 form. I am now able to open the report in maximized window. But still users can go to database window, etc which I don’t want. Can any one help me in providing clue for this if clause code
IF (…needed…!)
acc.Quit
db.Close
Set acc = Nothing
Set db = Nothing