How do I reference the current record in a table from a lookup?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use a field from the current record in a table as a where
clause parameter in a Lookup query. I don't know how to reference the current
record in a table from this lookup query... Any ideas?
 
Mike said:
I am trying to use a field from the current record in a table as a
where clause parameter in a Lookup query. I don't know how to
reference the current record in a table from this lookup query... Any
ideas?

In a table youcannot. Use a form.
 
Back
Top