Could you let us have a little bit more info on what the data is, where it
is (type of file), where it's going and what you want to do with it to help
us with an answer?
Im doing data entry form,
user will have to chose customer and then enter some additional
information in to the form.
Becouse the customers database is keep on changing, I have done script
to load refreshed customer table in to mysql database, what I wish to
do is to let excel list field to show data from database table, like:
Excel Form List field = SELECT customer_name FROM Customers;