P
perryclisbee via AccessMonster.com
I have a table (tblProducts) of vending machine products where it displays
the [machinelocation], [machinegrid], and [product]. I have a corresponding
form that shows 50 different txtboxes, laying out a vending machine diagram,
10 fields across by 5 fields down. Above the txtboxes is a field that
displays the machine location.
I want to show products in the txtboxes that correspond with the machine grid
in the table. For example:
On the form: txtbox [A1] would show the [tblProducts].[product] for the
[tblProducts].[machinegrid] of A1.
Any ideas on how to do this?
the [machinelocation], [machinegrid], and [product]. I have a corresponding
form that shows 50 different txtboxes, laying out a vending machine diagram,
10 fields across by 5 fields down. Above the txtboxes is a field that
displays the machine location.
I want to show products in the txtboxes that correspond with the machine grid
in the table. For example:
On the form: txtbox [A1] would show the [tblProducts].[product] for the
[tblProducts].[machinegrid] of A1.
Any ideas on how to do this?