Here is the situation folks.
I have a section of text boxes where people can enter their hours worked from sunday to saturday, so there are obviously 7 boxes. If they take a sick day another row of text would appear based on the user clicking on an option button. The fields are on the form but their visible property is set to false........until the option button is selected then they become true.
The problem with this is if i am on a new record and unhide a row of text boxes then go to a new record that row which should be hidded automatically is visible. It is still acting as if that option button is checked on the new form even though it is not. The option buttons are unbound.
Any ideas as how to keep only one row of text boxes visible when going to a new record even if there are now 3 or 4 rows visible on a previously entered record?
Thanks folks
chris
I have a section of text boxes where people can enter their hours worked from sunday to saturday, so there are obviously 7 boxes. If they take a sick day another row of text would appear based on the user clicking on an option button. The fields are on the form but their visible property is set to false........until the option button is selected then they become true.
The problem with this is if i am on a new record and unhide a row of text boxes then go to a new record that row which should be hidded automatically is visible. It is still acting as if that option button is checked on the new form even though it is not. The option buttons are unbound.
Any ideas as how to keep only one row of text boxes visible when going to a new record even if there are now 3 or 4 rows visible on a previously entered record?
Thanks folks
chris