I have two tables tblbox with fields BoxID & BoxDesc. The other is tblfile with fields FileID & BoxNo. I have a form frmFormAdd that I use to add files to boxes in tblfile. What would I use in the validation rule property to ensure that when a value is added to the BoxNo field on the add form that box number exists in the BoxID field in tblbox? Is it better to validate at the form level or at the table level? Finally, is there a better way to validate that using the validation rule property?
Thanks, Tom
Thanks, Tom