C
CJ-Hewitt
I have two forms that I am working with
One called Edit Equipment and a second called MC Equip List.
The first form is a general view of a piece of heavy equipment which houses
a subform displaying all the equipment attached to it (based off of MC Equip
list)
In the subform, I have it displaying it as follows...
EQ Type --- Description --- Control Button
EQ Type --- Description --- Control Button
EQ Type --- Description --- Control Button
For each piece of equipment that is attached to the machine. The hope was
to click this button, open the MC Equip List form and jump to the record for
a more detailed look at the attached equipment, and eventually
order/repair/replace that item.
I used the control button wizard and matched the two fields that were
supposed to match,
"[Eq Type]=" & "'" & [EType] & "'"
however when I click this button a pop-up asks me to enter a parameter value.
What am I doing wrong?
One called Edit Equipment and a second called MC Equip List.
The first form is a general view of a piece of heavy equipment which houses
a subform displaying all the equipment attached to it (based off of MC Equip
list)
In the subform, I have it displaying it as follows...
EQ Type --- Description --- Control Button
EQ Type --- Description --- Control Button
EQ Type --- Description --- Control Button
For each piece of equipment that is attached to the machine. The hope was
to click this button, open the MC Equip List form and jump to the record for
a more detailed look at the attached equipment, and eventually
order/repair/replace that item.
I used the control button wizard and matched the two fields that were
supposed to match,
"[Eq Type]=" & "'" & [EType] & "'"
however when I click this button a pop-up asks me to enter a parameter value.
What am I doing wrong?