mroberts653
New member
- Local time
- Today, 08:55
- Joined
- Dec 15, 2005
- Messages
- 6
Hello Everyone!
I have a combo box on my form where I want to select a [Size] for a piece of equipment that has a particular ID. Here's what my query statement looks like:
SELECT tblMaintenance.Size, tblMaintenance.EquipmentID FROM tblMaintenance WHERE (((tblMaintenance.Size)=[Size]));
When you click the dropdown arrow in the combo box, it shows the complete list of all Sizes for all EquipmentID's.
Any help is appreciated
I have a combo box on my form where I want to select a [Size] for a piece of equipment that has a particular ID. Here's what my query statement looks like:
SELECT tblMaintenance.Size, tblMaintenance.EquipmentID FROM tblMaintenance WHERE (((tblMaintenance.Size)=[Size]));
When you click the dropdown arrow in the combo box, it shows the complete list of all Sizes for all EquipmentID's.
Any help is appreciated
Last edited: