connecting my access db to the internet

R

Rob

I wish to take users registrations from my website. How easy is it to link
this into my A2k2 DB? I need very few pieces of information to be collected
on the form.

I know html and can implement most code like php with guidance and am very
familiar at implementing code to work in A2K2.

Thanks for your time,

Rob

ps. - For now lets just assume the information does not require review just
goes straight in.
 
B

Bish

One way is to create an ASP page in which you can create a
an ADO connection to you database and then an ADO
recordset. You can then update the recordset from the
values entered into your html form controls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top