G
Guest
I am sure this is a common issue, but I couldn't find it in my searches....
I have a form bound to a table called entry. The field 'speed' is a combo
list that pulls from a query called speedlist. The idea is that you can only
pick an applicable speed based on what is entered in the 'machinetype' and
'machinevendor' field. Works fine with one record, but obviously when i add
records the query is returning matches for each record in the entry table,
not just the current record. That makes my choices in the speed field
incorrect.
Is there a way to limit the query to just the current record?
I have a form bound to a table called entry. The field 'speed' is a combo
list that pulls from a query called speedlist. The idea is that you can only
pick an applicable speed based on what is entered in the 'machinetype' and
'machinevendor' field. Works fine with one record, but obviously when i add
records the query is returning matches for each record in the entry table,
not just the current record. That makes my choices in the speed field
incorrect.
Is there a way to limit the query to just the current record?