ZmrAbdulla
Technical User
Hi all,
I have a databse that keep details of Keys of a building.
Some locks has 3 keys, another 4 or 6.
My requirement is below.
In the form there will be a textbox that will keep count of each keys.
ie Keynumber 1234 (3)
keynumber 4321 (6)
And there will be six text boxes that will keep the persons name who is holding the key.
I need to enable or disable the six textboxes depending on the value of the key count.
If keycount text value = 1 then
Person 1 is enabled others disabled.
If keycount text value = 6 then
all enabled. like this
Can anyone show me an example.
Thanks
Zameer
I have a databse that keep details of Keys of a building.
Some locks has 3 keys, another 4 or 6.
My requirement is below.
In the form there will be a textbox that will keep count of each keys.
ie Keynumber 1234 (3)
keynumber 4321 (6)
And there will be six text boxes that will keep the persons name who is holding the key.
I need to enable or disable the six textboxes depending on the value of the key count.
If keycount text value = 1 then
Person 1 is enabled others disabled.
If keycount text value = 6 then
all enabled. like this
Can anyone show me an example.
Thanks
Zameer