Checkbox

  • Thread starter Thread starter duckslikejello
  • Start date Start date
D

duckslikejello

I have a check box called AllRe
I'm trying to automatically have it checked once all other checkboxe
are completed

Here's the setup of my form..

I have 4 categories: G, SC, CL,

txtGcos
txtGrefun
dtmGre
chkGre

txtSCcos
txtSCrefun
dtmSCre
chkSCre

txtCLcos
txtCLrefun
dtmCLre
chkCLre

txtOcos
txtOrefun
dtmOre
chkOre

I have it now where the "cost" part of all categories is 0 or Null, i
disables the "refund" part, the date "rec" and checkbox "rec".

Some records will have the CL category disabled (excluding "cost
textbox) while others will have the SC disabled (excluding "cost
textbox

I did try to get the checkboxes to check when the "refund" and dat
"rec" boxes where disabled, but it didn't work

Any help would be greatly appreciated

Thanks
 
Back
Top