Y
yuhui
I have a very simple form with just one button. When the user clicks it,
it asks the user to locate an Excel file, then it imports that file's
contents into a table. (The contents consist of serial numbers.)
Now I want to add a field to the form so that when the import is
occurring, it will also add in the field's value to the record.
i.e.
Table design: serial number, country
Form: button to import "serial numbers", text field to enter "country"
Import result: all of the records corresponding to the import will have
their "country" fields filled in by whatever is entered in the form's
text field.
The "country" value isn't in the Excel file because I get the Excel
files from several places, so each import will have its own country
which I enter manually.
How do I go about doing this "live" update? Thanks!
it asks the user to locate an Excel file, then it imports that file's
contents into a table. (The contents consist of serial numbers.)
Now I want to add a field to the form so that when the import is
occurring, it will also add in the field's value to the record.
i.e.
Table design: serial number, country
Form: button to import "serial numbers", text field to enter "country"
Import result: all of the records corresponding to the import will have
their "country" fields filled in by whatever is entered in the form's
text field.
The "country" value isn't in the Excel file because I get the Excel
files from several places, so each import will have its own country
which I enter manually.
How do I go about doing this "live" update? Thanks!