I
IT PHYTOSAN
I have a form based on a data connection to an SQL data base. There is a
repeating table linked to Parts.dbo. The first four digits of a part number
is the parts lot number. I would like to achieve that when a user scans a
part number that there is a validation error if the lot number does not exist
in the data base. for that purpose I have created a secondary data connection
to Lot.dbo.
I have been trying for over a week now to get the validation to work.
Any hints?
Thanks
IT PHYTOSAN
repeating table linked to Parts.dbo. The first four digits of a part number
is the parts lot number. I would like to achieve that when a user scans a
part number that there is a validation error if the lot number does not exist
in the data base. for that purpose I have created a secondary data connection
to Lot.dbo.
I have been trying for over a week now to get the validation to work.
Any hints?
Thanks
IT PHYTOSAN