Web Form that drops into acess database

M

mgreer65

I want to do something that I feel is very simple; however, I have no
knowledge of how to do it. I want to have a form on a website that
drops the data from the form into an access database.

Any help would be greatly appreciated.

Thanks,
Michael
 
R

Rick Brandt

I want to do something that I feel is very simple; however, I have no
knowledge of how to do it. I want to have a form on a website that
drops the data from the form into an access database.

Any help would be greatly appreciated.

Your mistake is in thinking that this is simple. It is not. You would not use
an Access form, but would have to know how to build a web page that interacts
with components on the web server that in turn interact with your database.

How much do you know about web page design?
 
M

mgreer65

Your mistake is in thinking that this is simple.  It is not.  You would not use
an Access form, but would have to know how to build a web page that interacts
with components on the web server that in turn interact with your database..

How much do you know about web page design?

I would say my knowledge of web design is above average (I am a
computer science minor who has designed 10+ basic websites).

Thanks for the response and any help is appreciated.

Thanks,
Michael
 
Top