W
William
I need some direction on how to handle updating a table from a form using
code.
I have a list box on my form containing auto number values (1-40) listed
from the ID Field table
I also have a text box on the form bound to an attribute field on the same
table that the user will enter a value that will define a group multiple
selected values from the list box.
For example:
ID # 1,3,5,9 will all be assigned an attribute of "Group I"
and
ID # 2,12,36 will all be assigned an attribute of "Group II"
How can I update the attribute fields for each selected ID on the table
based on what is entered in the text box field?
Thanks in advance,
William
code.
I have a list box on my form containing auto number values (1-40) listed
from the ID Field table
I also have a text box on the form bound to an attribute field on the same
table that the user will enter a value that will define a group multiple
selected values from the list box.
For example:
ID # 1,3,5,9 will all be assigned an attribute of "Group I"
and
ID # 2,12,36 will all be assigned an attribute of "Group II"
How can I update the attribute fields for each selected ID on the table
based on what is entered in the text box field?
Thanks in advance,
William