G
Guest
Within my subform I have a combo box that looks up fields and populates the
rest of the fields in the subform
ID
SELECT [Sales Items].[ID], [Sales Items].[ITEM], [Sales Items].[Price],
[Sales Items].[SALE_PRICE], [Sales Items].[ONLINE_DISC] FROM [Sales Items];
This is great for 99% of the time. The procedure is just entering a code
from a Label on an item, however say if the Code is missing from the item
we're trying to look up this won't work.
What I'd like is in addition to the combo box another field or button that
can search [Sales Items].[ITEM] FROM [Sales Items] and populate the fields too
Any suggestions?
Thanks in advance
rest of the fields in the subform
ID
SELECT [Sales Items].[ID], [Sales Items].[ITEM], [Sales Items].[Price],
[Sales Items].[SALE_PRICE], [Sales Items].[ONLINE_DISC] FROM [Sales Items];
This is great for 99% of the time. The procedure is just entering a code
from a Label on an item, however say if the Code is missing from the item
we're trying to look up this won't work.
What I'd like is in addition to the combo box another field or button that
can search [Sales Items].[ITEM] FROM [Sales Items] and populate the fields too
Any suggestions?
Thanks in advance