C
Caroline
I have 2 forms which I want to link using the "on click" event in the
properties.
One form is tabular with all case numbers, and the other is tabular a detail
of each case (columnar). I want to click a case in the tabular form and get
to the details of that case number.
In my macro builder, the action is "open form" and the "where condition"
says "="[case_number]=" & Nz([case_number],0)"
When clicking on the case number which should open the detail form for me, I
get the following error message: Data type mismatch in criteria expression.
The help displays: "The criteria expression in a Find method is attempting to
compare a field with a value whose data type does not match the field's data
type."
Since "Case number" in both forms is actually taken from the same table -is
the same field- how could they be of different type?
Thank you for your help.
Caroline
properties.
One form is tabular with all case numbers, and the other is tabular a detail
of each case (columnar). I want to click a case in the tabular form and get
to the details of that case number.
In my macro builder, the action is "open form" and the "where condition"
says "="[case_number]=" & Nz([case_number],0)"
When clicking on the case number which should open the detail form for me, I
get the following error message: Data type mismatch in criteria expression.
The help displays: "The criteria expression in a Find method is attempting to
compare a field with a value whose data type does not match the field's data
type."
Since "Case number" in both forms is actually taken from the same table -is
the same field- how could they be of different type?
Thank you for your help.
Caroline