List form - how to get data from database

P

Piotr

Hi,
is there possibilty to make list field filled with data from database ?

regards
Peter
 
B

Bill Ridgeway

Peter,

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?

Regards.

Bill Ridgeway
Computer Solutions
 
P

Piotr

Of course,

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;

regards
 
Top