in my project i have created a vb front end for querying and minipulating a ms access database.
i can print in it use the preview options etc that can be used in vb but 4 the i have to have the database open on my tastkbar.
i dont however want the user to ever have the database open on the taskbar 4 them to be able to change or view anything in it withought using my vb program


DoCmd.OpenReport ReportName:="finalTable", View:=acViewPreview

is a command im using for example

hope that mkes sence
thx in advance

FiRe5tOrM