Hello all,
I need help with something that I am not sure is possible. What I would like to do is the following:
I have two list boxes on the same form, call 'em List 1 and List 2. They might look like this:
List 1 List 2
A 1
B 2
C 6
D 10
What I would like to do is to be able to select multiple values from List 1 and a single value from List 2, and associate them together into a table where the values from List 1 already exist and the values from List 2 are just an empty field. Meaning, in this table, there are records with values A,B,C, etc., but empty spaces fore the 1 or 2 or whatever. So I can't use an "append record" command. How would I insert a value into an empty field in an existing record?
Thanks!
Chris
I need help with something that I am not sure is possible. What I would like to do is the following:
I have two list boxes on the same form, call 'em List 1 and List 2. They might look like this:
List 1 List 2
A 1
B 2
C 6
D 10
What I would like to do is to be able to select multiple values from List 1 and a single value from List 2, and associate them together into a table where the values from List 1 already exist and the values from List 2 are just an empty field. Meaning, in this table, there are records with values A,B,C, etc., but empty spaces fore the 1 or 2 or whatever. So I can't use an "append record" command. How would I insert a value into an empty field in an existing record?
Thanks!
Chris