S
Santiago Gomez
I have a table showing when a particular piece of equipment is active on a
site, and how much energy it requires. The machine may not be on the entire
year.
J2001 | F2001 | M2001 | A2001
23 | 23 | | 23 |
I want to display that data on a form but using checkboxes to show when
something is on or off (I dont want to show the value, just a check if there
is something, or no check if it is null)
Furthermore, ifthe user checks a unchecked box, I want a value from a txt
box on the form to be inserted in that field.
does this make sense?
thanks for any help.
site, and how much energy it requires. The machine may not be on the entire
year.
J2001 | F2001 | M2001 | A2001
23 | 23 | | 23 |
I want to display that data on a form but using checkboxes to show when
something is on or off (I dont want to show the value, just a check if there
is something, or no check if it is null)
Furthermore, ifthe user checks a unchecked box, I want a value from a txt
box on the form to be inserted in that field.
does this make sense?
thanks for any help.