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!

Want unpopulated fields when opening form. HOW??? 1

Status
Not open for further replies.

Lightbulb

IS-IT--Management
Joined
Aug 24, 2001
Messages
9
Location
US
I have created a form that does inserts into a table. However, when the form is opened using explorer, existing data from the table to be inserted into shows up in the fields. I would prefer the fields be blank when the form is opened so as to indicate to the user that the form is ready to receive the new record(s) to be inserted into the table. How can this be done? Thanks for any help.
 
Dont bind data to the fields until you submit the form.

Insert the form where you want it on the page. Insert the input boxes named appropiatly. Then Server behaviours + Insert record and assign each input to the relevant table columns. Live long and make your kids suffer..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top