Query function reference to self (same field)?

  • Thread starter Thread starter G Lykos
  • Start date Start date
G

G Lykos

Greetings! Is there some Access query shortcut available when using a
function that requires an argument (such as Left( )) to tell it to use the
value of the field with which it is associated, e.g. Left (*,2) to mean the
left two characters of that field's value rather than having to specify the
table and field name?

Thanks,
George
 
Back
Top