saving entered info on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a customers field on a form that has customer names in a combo box
that is coming from a select query. I would like to be able to enter new
customer names directly into the form and have those names saved in the combo
box, so next time it would be available to select on the form. right now,
the only way to add new customers to the combo box is to add the name into
the table.
thanks
 
Use ASP to save the customer names to a database. You can then
retrieve them from the database and display them in a combo box.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Adding to a DB is different than reading from a DB
For a method to do both see
http://home.att.net/~codelibrary/FrontPage/drw.htm

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have a customers field on a form that has customer names in a combo box
| that is coming from a select query. I would like to be able to enter new
| customer names directly into the form and have those names saved in the combo
| box, so next time it would be available to select on the form. right now,
| the only way to add new customers to the combo box is to add the name into
| the table.
| thanks
 
Back
Top