H
Herc
This is more than likely a newb question:
On a data entry form I have a couple of fields you make change to and on the
same form it it displays what you entered in. now i have a field called
Employee ID which is a drop down combo box that references a table called
Employees this fields row source is "SELECT Employees.EmployeeID,
Employees.Initials FROM Employees; " and it displays the initials. In the
field it fills in it shows the autonumber EmployeeID and not the initals. how
do i get it to show the initials in the text field that is generated? Also,
if that employee has gotten dismissed ( in the employee database I specified
Active or Dismissed field) how do I stop the old employees from showing up in
the list without actually deleting the employee from the database and
possibly corrupting the whole database?
On a data entry form I have a couple of fields you make change to and on the
same form it it displays what you entered in. now i have a field called
Employee ID which is a drop down combo box that references a table called
Employees this fields row source is "SELECT Employees.EmployeeID,
Employees.Initials FROM Employees; " and it displays the initials. In the
field it fills in it shows the autonumber EmployeeID and not the initals. how
do i get it to show the initials in the text field that is generated? Also,
if that employee has gotten dismissed ( in the employee database I specified
Active or Dismissed field) how do I stop the old employees from showing up in
the list without actually deleting the employee from the database and
possibly corrupting the whole database?