Validation Rules

faradhi

Registered User.
Local time
Today, 00:35
Joined
Mar 7, 2002
Messages
13
I have a table called tlbAsset that has the following fields.

tagid (primary Key)
Make
Model
UserId
SerialNum

I have another table called tblproducts that has the following

Make (primary key)
Model (primary key)
Type

I would like to set the validation rule in tblAsset to only allow combinations of Make and Model that appear in tblproducts.

Can I acomplish this at the table level? If not what would the best method to acomplish this task?
I would like to do it at the table so that any forms greated from this table would be required to follow this rule.
:confused:
 

Users who are viewing this thread

Back
Top Bottom