Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Required Field

Status
Not open for further replies.

mswilson16

Programmer
Nov 20, 2001
243
US
I have created a serious of ASP pages... I created them by going to Insert, Application Objects, Record Update Form...

my problem is now that I need to make sure that certain fields are required....

Could someone please tell me how to change my code to make certain fields required....

Thanks

Mswilson16
 
I created them by going to Insert, Application Objects, Record Update Form...

i am not sure of the above procedure...can you show us some code...

-DNG
 

mswilson,

as per the other post...

As form validation is commonly done at both the client and the server, you need to let us know which you need help with - ASP is server side (this forum) Javascript is normally clientside (another forum).

In ASP - len(request.form("yourformfieldname")) > 0 - for example.

Post the RELEVANT part of your code (please don't paste every bit of code on your serious pages..)



A smile is worth a thousand kind words. So smile, it's easy! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top