Connecting Tech Pros Worldwide Forums | Help | Site Map

preventing users other than doing things related to Access report from in vb6

Newbie
 
Join Date: Feb 2007
Posts: 4
#1: Feb 28 '07
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

Reply