I'm trying to set a filter on a subform after a click in a combobox on the parent. The filter is:
[time cards subform].Form.Filter = "[time card hours]![TimeCardID]=[forms]![Time cards]![combo15].column(1)"
The error I get is:
Undefined function ([forms]![Time cards]![combo15].column(1)) When I run this in the immediate window it displays the results fine.
I would really appreciate the help on this. Thanks..Russ
[time cards subform].Form.Filter = "[time card hours]![TimeCardID]=[forms]![Time cards]![combo15].column(1)"
The error I get is:
Undefined function ([forms]![Time cards]![combo15].column(1)) When I run this in the immediate window it displays the results fine.
I would really appreciate the help on this. Thanks..Russ