BlakeMurphy
Technical User
Here is an overview of my problem:
A form is to be filled out. After the first two entries, a function is called to find matching entries in two different tables. From the matching records in the tables, values from other fields in the records need to be passed and concatenated into a unique code value. This value is then entered (automatically)as the third entry.
My problem is occurring on how to search the tables (using the function) and retrieve the necessary values from the fields.
I have no problem retrieving and using the two values entered in the form.
Can anyone help with this.
A form is to be filled out. After the first two entries, a function is called to find matching entries in two different tables. From the matching records in the tables, values from other fields in the records need to be passed and concatenated into a unique code value. This value is then entered (automatically)as the third entry.
My problem is occurring on how to search the tables (using the function) and retrieve the necessary values from the fields.
I have no problem retrieving and using the two values entered in the form.
Can anyone help with this.