G
Guest
I am trying to eliminate some DLookups from a query to enhance the speed of
the query. But, when I link to the table it makes it not editable. Is there
a way around this or something simple that I am missing?
I am using the first two characters in a field to find a value in another
table. When I perform a DLookup as
Expr1: DLookUp("[PType]","TProcesses","[TPShort] = '" &
Left([CControlID2],2) & " ' ")
it works fine, but if I eliminate the Dlookup and try to link to the
Left([CControlID2],2) it works but the data is now not editable.
Any suggestions? I need the info for an editable form.
Thanks,
Dave
the query. But, when I link to the table it makes it not editable. Is there
a way around this or something simple that I am missing?
I am using the first two characters in a field to find a value in another
table. When I perform a DLookup as
Expr1: DLookUp("[PType]","TProcesses","[TPShort] = '" &
Left([CControlID2],2) & " ' ")
it works fine, but if I eliminate the Dlookup and try to link to the
Left([CControlID2],2) it works but the data is now not editable.
Any suggestions? I need the info for an editable form.
Thanks,
Dave