We have a form(Say UserForm1) the Controls has to be made Editable or not editable depending on a value Selected. The value is to be selected from another table(table1) which has a primary Key and the fields from Userform1 as its field. It'll be having value true/False. If the value is true, after the selection of the Code, the fields in userform1 has to be made editable and Vice versa.
Example:
Userform1-Controls-C1,C2,C3
Code--- C1--- C2--- C3 (Fields)
A--- true--- False--- True
B--- False--- True--- True (Values)
C--- False--- False--- True
......
......
......
Help me... ](*,)
Xavi
0
Comments
You could use it then like:
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯