Repost: Cursor & Printing problems

  • Thread starter Thread starter Samantha
  • Start date Start date
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
..
 
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
 
Back
Top