C
Carl
I'm getting the data mismatch error on a query. It delivers the data,
shows what I want then when I acknowledge the error it goes to
"name?".
The data looks like this:
field2 | field3
540120-690 | indirect labor
the query is right$([field2],3)="690"
Like I said the data shows ok then the error box shows up
Data type mismatch in criteria expression. (Error 3464)
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.
field 2 is set as text in the table because of the hyphens, is this
wrong?
shows what I want then when I acknowledge the error it goes to
"name?".
The data looks like this:
field2 | field3
540120-690 | indirect labor
the query is right$([field2],3)="690"
Like I said the data shows ok then the error box shows up
Data type mismatch in criteria expression. (Error 3464)
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.
field 2 is set as text in the table because of the hyphens, is this
wrong?