Hi Everyone,
I have a table to enter dimensions for each part no. I have rows as part numbers and columns D1 to D100 for dimensions. Now, users dont need to caluculate all dimensaions for all the parts. I have another table where engineer can enter values that says which dimensions to calculate for users.
Now I am trying to create a form with dynamic textboxes that should be update depending on engineers table. If he says he needs D1,D2, then form should show only two textboxes D1 and D2. If he says D4,D15,D39 then form should show only those 3 fields.
Is it possible to do this?
Thanks in advance.
I have a table to enter dimensions for each part no. I have rows as part numbers and columns D1 to D100 for dimensions. Now, users dont need to caluculate all dimensaions for all the parts. I have another table where engineer can enter values that says which dimensions to calculate for users.
Now I am trying to create a form with dynamic textboxes that should be update depending on engineers table. If he says he needs D1,D2, then form should show only two textboxes D1 and D2. If he says D4,D15,D39 then form should show only those 3 fields.
Is it possible to do this?
Thanks in advance.