I have a form (Form A), where I require the user to enter a CustomerID which they have created using a separate form (Form B) and which the data is stored in (Table B).
How would I go about checking the CustomerID they enter into Form A is an exact match to one of the CustomerID's stored in Table B?
I guess I'm struggling with finding the code to cross-reference between sources of data.
Any help or advise would be greatly appreciated.
How would I go about checking the CustomerID they enter into Form A is an exact match to one of the CustomerID's stored in Table B?
I guess I'm struggling with finding the code to cross-reference between sources of data.
Any help or advise would be greatly appreciated.
Comment