
February 2nd, 2005, 01:10 AM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 24
Time spent in forums: 1 h 20 m 18 sec
Reputation Power: 0
|
|
|
refresh the text fields
i have created a form which ask for first name and last name and two buttons which are like
-------------- main form --------------------------
first name ................... last name .................
add new record >> [command button], it goes to candidate profile form for adding
edit this record >> [command button], it goes to candidate profile form for editing
---------------------------------------------------
if i type in first name and last name and then press the add new record button, candidate profile forms comes up wherein i feed the rest of the data related to the concerned candidate record. same is with edit this record.
the problem is : after feeding in the data and pressing the save & close button, the forms comes back to this form (main form, as above).. but the first name and the last name still show the name i have just typed... i want these two to get refreshed up after i typed in the data and save&close and come back to this form (main form).. or else i have to overwrite the names and then press the add this record.. (this does not look good, for you see, its like working in hand made forms )
help me please
|