Display database results as form field objects!

D

Draychir

I would like database results to be displayed in a form, so that the user can hit the submit button with specified values from the database already being displayed.
Good luck with this one guys, because I'M STUMPED!
 
J

Jim Buyens

In most cases, you have to program this in ASP or
ASP.NET. This isn't terribly difficult, but it does
require some knowledge of Visual Basic, SQL, ActiveX Data
Objects (ADO), and programming in general.

One exception is the Database Results Wizard, which can
create drop-down boxes filled with values from a database.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------

-----Original Message-----
I would like database results to be displayed in a form,
so that the user can hit the submit button with specified
values from the database already being displayed.
 
Top