A
allie357
I am very lost at this point.
I have a entry form with new entries to enter new policy violations.
There are two related tables Employees and Violations involved in this
problem.
The entry form has the Violator's last name, first name, date entered,
violator's dept no, policy violated, amount, and description fields on
it.
I have been trying to use these links to do something similar....
http://www.databasedev.co.uk/not_in_list.html
http://www.databasedev.co.uk/downloads.html
Ideally, I would like Violator's Last Name to be a drop down box that
would list the contents of the Employees Last Name field. When the user
chooses a last name from the list it would populate the Violator's
First Name field. If the user enters a name not in the drop down list
I want them to be able to add a new one so it is added to the Employee
tables and the foreign key is updated in the Violations table. Is this
possible? I tried to follow the example above and I get the error
Control can't be edited it's bound to the Violator_ID in the Employee
table. Any help is appreciated.
I have a entry form with new entries to enter new policy violations.
There are two related tables Employees and Violations involved in this
problem.
The entry form has the Violator's last name, first name, date entered,
violator's dept no, policy violated, amount, and description fields on
it.
I have been trying to use these links to do something similar....
http://www.databasedev.co.uk/not_in_list.html
http://www.databasedev.co.uk/downloads.html
Ideally, I would like Violator's Last Name to be a drop down box that
would list the contents of the Employees Last Name field. When the user
chooses a last name from the list it would populate the Violator's
First Name field. If the user enters a name not in the drop down list
I want them to be able to add a new one so it is added to the Employee
tables and the foreign key is updated in the Violations table. Is this
possible? I tried to follow the example above and I get the error
Control can't be edited it's bound to the Violator_ID in the Employee
table. Any help is appreciated.