connecting my access db to the internet

  • Thread starter Thread starter Rob
  • Start date Start date
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.
 
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.
 
Back
Top