So you want to put a page on the internet with a form. The user would submit the form and the data would be loaded into an Access database on the server side? If that's what you are doing it should be no problem at all but I would suggest using a superior DBMS such as mySQL. This will involve some scripting (use PHP for this) but only a very minimal amount.
Please provide more details about what you want to achieve.