J
Jadiva
Help! I have a database that was created in Access 2002. My company recently
switched to Access 2007 and now one of the forms is no longer working and I
can't seem to figure out why. The form is used to lookup employee information
and allows the user to make edits. There is a combo box (named: "AcidFind")
that displays a list of employees showing their acid (employee id) and their
name. I'm suppose to be able to select an employee from the combo box and the
form should automatically populate the "Acid" field, pull the employee record
from the employee table, and display it on the form. I've provided the
"After_Update" code used on the combo box "AcidFind" below:
Private Sub AcidFind_AfterUpdate()
DoCmd.ApplyFilter "", "[olbemployee]![Acid] =
[Forms]![olbemployee]![AcidFind]"
Forms!OLBEmployee!AcidFind = ""
End Sub
This worked fine in Access 2002. Maybe it's just a setting I have to change
but I haven't been able to get anything to work so far. Please help if you
can..
Thanks,
Jadiva
switched to Access 2007 and now one of the forms is no longer working and I
can't seem to figure out why. The form is used to lookup employee information
and allows the user to make edits. There is a combo box (named: "AcidFind")
that displays a list of employees showing their acid (employee id) and their
name. I'm suppose to be able to select an employee from the combo box and the
form should automatically populate the "Acid" field, pull the employee record
from the employee table, and display it on the form. I've provided the
"After_Update" code used on the combo box "AcidFind" below:
Private Sub AcidFind_AfterUpdate()
DoCmd.ApplyFilter "", "[olbemployee]![Acid] =
[Forms]![olbemployee]![AcidFind]"
Forms!OLBEmployee!AcidFind = ""
End Sub
This worked fine in Access 2002. Maybe it's just a setting I have to change
but I haven't been able to get anything to work so far. Please help if you
can..
Thanks,
Jadiva