R
Rob
I have a form for entering "Items" from receipts. Each Item has a
name, but it also has one or more Short Names -- the names that are
actually written on the receipt. Here is my problem: I have a nice
continuous form for entering new items right now, but I want to be able
to add a short name to an item (since it may have many--the same item
may have different short names at different stores) on the same form as
the rest of the items properties.
This is what I was thinking: a Combo Box that contains all the short
names currently assigned to the current item, with the ability to write
in an item not in the combobox list, and have it be added to the "short
names" table for the current item.
I am having trouble figuring out what my control source, row source,
bound column, etc, should be in this case. Here is the setup:
Item Table
-ID
-Name
-Description
-etc
ItemShortNames Table
-ID
-ItemID
-Short Name
Again, I want my combobox to contain a list of all the different short
names assigned to the particular item, inside a continuous form (for
easy entry and editing of items--so I don't think subforms will work)
with the ability to type in a new short name in the combobox at will.
Please help. I've been working on this problem for a long time and I
can't figure it out...it's really slowing me down.
Thanks
Rob
name, but it also has one or more Short Names -- the names that are
actually written on the receipt. Here is my problem: I have a nice
continuous form for entering new items right now, but I want to be able
to add a short name to an item (since it may have many--the same item
may have different short names at different stores) on the same form as
the rest of the items properties.
This is what I was thinking: a Combo Box that contains all the short
names currently assigned to the current item, with the ability to write
in an item not in the combobox list, and have it be added to the "short
names" table for the current item.
I am having trouble figuring out what my control source, row source,
bound column, etc, should be in this case. Here is the setup:
Item Table
-ID
-Name
-Description
-etc
ItemShortNames Table
-ID
-ItemID
-Short Name
Again, I want my combobox to contain a list of all the different short
names assigned to the particular item, inside a continuous form (for
easy entry and editing of items--so I don't think subforms will work)
with the ability to type in a new short name in the combobox at will.
Please help. I've been working on this problem for a long time and I
can't figure it out...it's really slowing me down.
Thanks
Rob