ST4RCUTTER
Registered User.
- Local time
- Today, 03:01
- Joined
- Aug 31, 2006
- Messages
- 94
I have a table that contains all the contacts for a project. This table consists of 5 fields.
| ContactID | ContactType | First Name | Last Name | Workorder# |.
There is one particular record that must be created for each work order before it can be saved. That is a record where ContactType = "Project Manager". Is there a way that I can check to see if a contact has been created before saving the record? If it doesn't exist, I want Access to prompt the user that a Project Manager must be assigned before you can save the record.
Thanks!
| ContactID | ContactType | First Name | Last Name | Workorder# |.
There is one particular record that must be created for each work order before it can be saved. That is a record where ContactType = "Project Manager". Is there a way that I can check to see if a contact has been created before saving the record? If it doesn't exist, I want Access to prompt the user that a Project Manager must be assigned before you can save the record.
Thanks!