G
Guest
Morning,
I have been tasked with writing a database which will allow a telesales team
to call up customers about certain promotions e.g. No Smoking.
In the database already is a master list of customers. Details of the
promotion data (i.e. Customer No..will be provided by another data supplier
in the form of a CSV file. What I would like to do, in simple terms, is for
the user to choose from a list of promotions in a list box. This will then
generate a list of all the customers associated with the promotion. Users
can then call customers and make notes against each promotion code.
Th way I see this working is for the user to choose an option that says add
New promotion...I would like Explorer to then be triggered allowing the user
to select a text file. Once a file has been selected...I would like Access
to link to the table and then ask the user for a promotion name e.g. No
Smoking Campaign. This will then, add a field to the master contacts list
with the field name being the index for the promotion.
Would someone mind giving me some snippet code on how,
- I could use explorer as an obect to select a file and link to it
- Add a new field to a table with a given name (Promotion Name)
Thank you in advance
I have been tasked with writing a database which will allow a telesales team
to call up customers about certain promotions e.g. No Smoking.
In the database already is a master list of customers. Details of the
promotion data (i.e. Customer No..will be provided by another data supplier
in the form of a CSV file. What I would like to do, in simple terms, is for
the user to choose from a list of promotions in a list box. This will then
generate a list of all the customers associated with the promotion. Users
can then call customers and make notes against each promotion code.
Th way I see this working is for the user to choose an option that says add
New promotion...I would like Explorer to then be triggered allowing the user
to select a text file. Once a file has been selected...I would like Access
to link to the table and then ask the user for a promotion name e.g. No
Smoking Campaign. This will then, add a field to the master contacts list
with the field name being the index for the promotion.
Would someone mind giving me some snippet code on how,
- I could use explorer as an obect to select a file and link to it
- Add a new field to a table with a given name (Promotion Name)
Thank you in advance