kellan4459
Registered User.
- Local time
- Today, 16:18
- Joined
- Nov 26, 2001
- Messages
- 31
I have asked before but I didn't get the solution. What I am looking at is a Table Named EmployeeData. This table contains the fields {SSN, LastName, FirstName, MiddleInitial, OriginalHireDate, OriginalPayRate, Discipline, Level}
I want the combo box to check if SSN(combo box field) has been entered before, if not then ask vbOKCancel To add new record with that SSN, on ok add new record with that SSN, else if it has been entered I want it to look up the record associated with that SSN. Any help would greatly be appreciated deadline is coming up.
I want the combo box to check if SSN(combo box field) has been entered before, if not then ask vbOKCancel To add new record with that SSN, on ok add new record with that SSN, else if it has been entered I want it to look up the record associated with that SSN. Any help would greatly be appreciated deadline is coming up.