H
Hulo
1. I have a table named "Data Table" and a form named "Data Entry
Form", through which data is entered into the said table.
2. The "Data Table" has around 31 fields and presently around 80000
records with around 1500 records being added each month.
3. Two of the fields in the "Data Table" are named "LC_NO" and
"PARTY_NM".
4. In some of the records, value of "LC_NO" and corresponding
"PARTY_NM" are the same while the remaining fields may vary.
5. Presently "LC_NO" and "PARTY_NM" are being entered manually,
without checking whether they have been previously entered.
My objective is that after an "LC_NO" is entered, all of the
previously entered data will be searched (presently 80000 and
increasing) for the presence of that particular "LC_NO" in the table.
If it exists, the corresponding "PARTY_NM" from the table will be
automatically inserted into the corresponding text box in the form. If
it does not exist, the cursor will move to the text box and wait for
input.
What is the best and most optimized process to implement this so that
a minimum amount of network traffic is generated? The backend mdb
containing table "Data Table" is in one particular computer of the
network while the connected frontend forms are in 4 workstations with
connection speeds of 100 MBps among them.
Form", through which data is entered into the said table.
2. The "Data Table" has around 31 fields and presently around 80000
records with around 1500 records being added each month.
3. Two of the fields in the "Data Table" are named "LC_NO" and
"PARTY_NM".
4. In some of the records, value of "LC_NO" and corresponding
"PARTY_NM" are the same while the remaining fields may vary.
5. Presently "LC_NO" and "PARTY_NM" are being entered manually,
without checking whether they have been previously entered.
My objective is that after an "LC_NO" is entered, all of the
previously entered data will be searched (presently 80000 and
increasing) for the presence of that particular "LC_NO" in the table.
If it exists, the corresponding "PARTY_NM" from the table will be
automatically inserted into the corresponding text box in the form. If
it does not exist, the cursor will move to the text box and wait for
input.
What is the best and most optimized process to implement this so that
a minimum amount of network traffic is generated? The backend mdb
containing table "Data Table" is in one particular computer of the
network while the connected frontend forms are in 4 workstations with
connection speeds of 100 MBps among them.