R
ryan.fitzpatrick3
Hi Everybody,
I have a combobox named (cboxItemMaster) that pulls from a table that
I have.I have several of these combobox's on a form. Combobox 2 pulls
filtered data from 1, then 3 from 2, then 4 from 3 respectively. This
works fine. Now once all the selections are made I have it saving to a
new table, an item setup table. This works fine. My question is lets
say for combobox1 it pulls table1's data, table1's data has 3 fields
of information, 1 is autokey, 2 is item number, 3 is classification of
item. in the combobox I have it where it only shows the item name with
the column widths being 0,1,0. This works fine, but when I save to the
new table, instead of the item name being stored it stores the number
of that item in the table. so lets say I have 6 items in table1 that
go into combobox1 named
1 apple
2 banana
3 grape
4 strawberry
5 orange
6 lemon
I want the name (apple) to go into the new table so I can query later
on by that name. Instead, the number goes into the table which in this
case would be 1 (apple). Does this make sense? I only would like the
name. Any suggestions. Thanks in advance.
Ryan
I have a combobox named (cboxItemMaster) that pulls from a table that
I have.I have several of these combobox's on a form. Combobox 2 pulls
filtered data from 1, then 3 from 2, then 4 from 3 respectively. This
works fine. Now once all the selections are made I have it saving to a
new table, an item setup table. This works fine. My question is lets
say for combobox1 it pulls table1's data, table1's data has 3 fields
of information, 1 is autokey, 2 is item number, 3 is classification of
item. in the combobox I have it where it only shows the item name with
the column widths being 0,1,0. This works fine, but when I save to the
new table, instead of the item name being stored it stores the number
of that item in the table. so lets say I have 6 items in table1 that
go into combobox1 named
1 apple
2 banana
3 grape
4 strawberry
5 orange
6 lemon
I want the name (apple) to go into the new table so I can query later
on by that name. Instead, the number goes into the table which in this
case would be 1 (apple). Does this make sense? I only would like the
name. Any suggestions. Thanks in advance.
Ryan