Edit the database via the Web

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Using FrontPage 2003 and Access 2003 is there a template
or instructions to create a page that will allow adding
new records to the datbase via the web? Is this created
in FP or Access?
 
Front Page 2002 and later include the Database Interaction Wizard, which
allows you to create _simple_ interactions with a Jet or SQL Server
database. The best place to find advice on the subject would be in a Front
Page newsgroup... Access, per se, is not involved, only the same Jet
database engine that is also the default for Access.

Anything other than simple online DB interactions, if you stick with
Microsoft software, would employ ActiveX Server Pages (.asp), or one of the
..NET languages to create an ASP.NET application. These, again, would be
questions best asked in a newsgroup for .asp, ASP.NET, or other .NET-related
subjects.

Larry Linson
Microsoft Access MVP
 
Back
Top