Command Buttons Please Help!

  • Thread starter w2wm via AccessMonster.com
  • Start date
W

w2wm via AccessMonster.com

I have a form I’m trying to make for a touch screen system. I have a field
called EmplyeeID –I would like to use the command buttons on click to enter
numbers into that field.
 
W

w2wm via AccessMonster.com

How exactly do I get the buttons to input a numbers into the employee id
field? If I do something like employeeid=1 on click then i just get one
input into that field.
 
J

Jeff L

If your employeeID field in your employee table is set up to be an Auto
Number field, then you don't need to enter anything in that field when
you insert data. The field will be populated automatically. If you
wish to use the employeeId to insert data to another table, then you
would use the employeeId as a field on your form and refer to it when
you do your insertion, Me.EmployeeID.

Hope that helps!
 

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