You would have to add a choice to the Class Drop Down, say "Other" and then have a text field
"Other1" below the Class Drop Down for the user to enter the item, then in your ASP Update or Add
code, you check to see if the value of the Class Drop Down is "Other", then instead of using the
Drop Down value, you would grab the value enter in "Other1" and write that to "Class" field in the
database.
You will also need to write some error check code to avoid the user adding a duplicate entry.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Dave" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> I am creating a Training Class Entry Form with two MS ACCESS database fields
> CLASS and DATE
>
> CLASS would be the Subject of the course where the names of the previous
> classes would be available to be selected on a dropdown but also I want the
> user to be able to enter a new class name on the top line if a previous name
> did not exist.
>
> DATE would be the same as the CLASS. If the date is available in a dropdown
> then the user can select it, but if the date did not exist, a new date could
> be entered on the top line.
>
> I am using FP2003. Can this be done?
>
> Thanks
>
>