I have a table called Employees within that there is a field employmentstatus the vales that can be selected are from a lookup on another table. All that work correctly until i come to query the Employees table.
I am wanting to query all employees with the criteria of "Active" but as it is a lookup the field format is number and I am getting a mismatch error.
How can I get around this?
I need the lookup so the client can easily add or remove status types.
I am wanting to query all employees with the criteria of "Active" but as it is a lookup the field format is number and I am getting a mismatch error.
How can I get around this?
I need the lookup so the client can easily add or remove status types.