Forum Discussion

cfarri's avatar
cfarri
Copper Contributor
4 years ago
Solved

Linking an external query to a field in a form

I have a form where the record source is a query joining several tables. There is a field for location (NationalGridReference). I have an external query (NGR_to_XY) which converts NationalGridReferen...
  • arnel_gp's avatar
    4 years ago
    suggest to not Join query NGR_to_XY to your original query in your form.
    use DLookup() to retrieve the values from this query, therefore making your form updateable.

Resources