I want to create an access database where a form can be online that people
fill out and the results will go to that database. I have server 2003 and
frontpage but I was wondering how complicated this is and do I need to
venture into mysql or php or something else like that. Any help would be
appreciated.
Thanks
Wayne-I-M - 21 Jan 2008 14:42 GMT
Access works fine on-line (keep it small to save band width). You can imprt
the DB to a hard drive (or the server) and then use an import to append any
new records to your main DB.
Have a look at this post I did for the method to import to DB tables into
your main DB.
http://groups.google.com/group/microsoft.public.access/browse_thread/thread/ca58
39ab4cca4358/8736182d9b1c59de?lnk=st&q=#8736182d9b1c59de

Signature
Wayne
Manchester, England.
> I want to create an access database where a form can be online that people
> fill out and the results will go to that database. I have server 2003 and
[quoted text clipped - 3 lines]
>
> Thanks
MikeR - 21 Jan 2008 20:18 GMT
> I want to create an access database where a form can be online that
> people fill out and the results will go to that database. I have server
[quoted text clipped - 3 lines]
>
> Thanks
Also Google for ASP examples/tutorials.
Mike