sort table field with lookup

jakobt

Registered User.
Local time
Today, 11:22
Joined
Dec 5, 2013
Messages
10
I have created a lookup in a field in a table:
select id, bike from tblbikes.
Column count 2
Width 0,3

When I try to sort the table by bike:
I receive the following error: Type mismatch in expression.

Is there some way to sort a field with a lookup.
 
There might be. But lookups in tables were invented by Beelzebub. And he's ROTFLMAO right now. So drop them in tables. Use them in forms.
 
Would you then only have the ID to the referenced cell. (Istead of a lookup to a more descriptive field which you can identify easier.
 
Would you then only have the ID to the referenced cell. (Istead of a lookup to a more descriptive field which you can identify easier.

1. Tables don't have cells.
2. Tables are for storing data, not interacting with it.
 

Users who are viewing this thread

Back
Top Bottom