FORMS: Open New Form, Show data from Previous Employee

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

Guest

I would like to click a button on one form that automatically shows me
additional data on the same employee I was just looking at in the first form.

My first form enables me to edit employee data, but sometimes when I update
their information I need to see every other pending action that is tracked
against the employee, so when I open the new form I'd like it to display all
of this associated data, without having to reenter the employee's SSN.
 
Use the "wherecondition" argument in the OpenForm method to filter the
second/called form to only the current employee on the calling form.

Check Access VB Help on the OpenForm method.
 

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

Similar Threads

Too many forms? 3
Time input by work order 1
Open form certain size and certain part 2
Form/subform worries 2007 1
missing info from form 2
Need help with a query 1
opening forms 1
Need Help... 5

Back
Top