Import data from a web based form w/o linking

J

Jessica

Okay I am setting up a data base for a car donation charity. Right now they
want most of their initial contact info to come from a web page.

I don't want to make a data page if I don't have to (network security is an
issue around here, so is the lack of an in-house server), because of this I
think want the form on the web page to email us .csv files.

1st - is there a better way to link the web form to the data base?

2nd - How would I go about automating the transfer? I know this is a VERY
open ended question, but I have done a lot more programming in Java than VB.
I would like to know if access could respond to the emails automatically or,
if not, how to make it very easy for a person to enter multiple .csv files
containing client info at a time.
 
Top