Don't want to show the database anytime.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys:

I don't want to show the database anytime. I had uncheck the Display
Database Window and the Use access special Keys. But when I print a form
using an event procedure On Click, the database shows.

The procedure is the one used for the command print a form.

Help, Please!!!
 
jeannette_rivera said:
Hi guys:

I don't want to show the database anytime. I had uncheck the Display
Database Window and the Use access special Keys. But when I print a
form using an event procedure On Click, the database shows.

The procedure is the one used for the command print a form.

Help, Please!!!

Post your code. You likely are using SelectObject which will show the db
window if the last arguemnt is set to True.
 
Also, consider not printing forms. Reports are much better suited for
printing.
 
What do you mean?

Rick Brandt said:
Post your code. You likely are using SelectObject which will show the db
window if the last arguemnt is set to True.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top