Is there a way to popup a message in a form when a record does not exist in a table that is not bound to the form.
I am trying to automate some error checking in an application.
I have a form that is bound to a table called Test. The user enters an agency ID and a serial number into this form.
I want an error to popup when the agency ID has been entered and it does not match a record in the Agency table.
I also want an error to popup when the agency ID does match a record in the Agency table but the serial number is not in the Serial Number table.
Also, another error should display when the serial number is in the Serial Number table but the record shows a different agency ID.
Any ideas? Thanks, GGuy
I am trying to automate some error checking in an application.
I have a form that is bound to a table called Test. The user enters an agency ID and a serial number into this form.
I want an error to popup when the agency ID has been entered and it does not match a record in the Agency table.
I also want an error to popup when the agency ID does match a record in the Agency table but the serial number is not in the Serial Number table.
Also, another error should display when the serial number is in the Serial Number table but the record shows a different agency ID.
Any ideas? Thanks, GGuy