Repost: Cursor & Printing problems

S

Samantha

I have created a form and have set the tab order. I have
also added an "add" button for data entry. When I click on
the add button, it opens a blank form but the cursor isn't
showing anywhere. Is there a way to make the cursor
automatically go to the first data entry field?

Also, I've added a button that will return the report that
needs to be printed. If they forget to click on that
button first and just select print it will print off all
of the records in the database in form view. Is there a
way to make it so they can't print the form or at least so
they won't print everything?

Thanks in advance for your help.
Samantha
..
 
K

Katrina

As far as the Cursor is concerned, after going to a new record, put
me.firstfield.setfocus

use the fieldname of the first data entry field.

I am not sure about the printing

HTH
Kat
 

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

Top