Thread: Access 2007
View Single Post
  #1  
Old May 12th, 2010, 10:16 PM posted to microsoft.public.access.forms
Jeff Kaufman[_2_]
external usenet poster
 
Posts: 27
Default Access 2007

I am currently using Microsoft Access 2007 and I am trying to set up a form
in which I can select a name from a drop down menu and have it return the
results in the fields below. My table currently has the following items in
it.

ID - Employee ID number (Listed as the Primary Key)
FirstName - Employee First Name
LastName - Employee Last Name
Separation_Date - Employee Separation Date
Email_Address - Employee Email address

I would like to be able to select the employee name from a list.. and then
have all the above fields show below that information and then be able to
select another employee from the list and have my data below change to their
data. How do I do this.

Thanks