
November 17th, 2004, 12:40 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Wash. St and Arizona
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Cannot blank out form fields from recordset
I am developing a voting application that validates
voters against a member database. When I search for a
member, the result is displayed in a form. Between searches
I want the form to be blanked out and not show the result of
the previous search. When I attempt to put blanks in the form
fields, it goes back into the database and blanks out the fields
in the records. I thought that when I left a procedure, the
recordset was closed, and I could blank the form without
affecting the database fields. How do I blank out the form
textboxes without affecting the underlying database record?
Thanks for your help. Bob
|