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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting the value of a field inside a table

Status
Not open for further replies.

Venturi

Programmer
May 22, 2001
14
NL
Hello,

I've got the following question.

I've got an field in an table wich can have the values 0 to 3. I've made a form with 4 radiobuttons on it wich add the value next to it into the field in teh table. Now i want to make a button next to it wich deletes the data from the field. So all the radiobuttons turn grey again :).

This is necessary (typo?) because not all the data on the form is required. So if any mistake is made by clicking on the wrong radiobutton the data can be deleted from the field.

Many thanks!
 
Venturi,

I presume the Option Buttons are in an Option Group?

If so, set the value of your option group to Null.

Craig
 
Hi Craig,

THNX! this was exactly what i was looking for!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top