Hi All,
I am trying to obtain a field value from my Access table
LVFPath = DLookup("BusinessName", "Table 1")
This works but
LVFPath = DLookup("LVFTemplate", "Table 1")
DOESN'T !!
They are both fields in the same Database Table, Table 1
Variables declared and field names are spelt exactly...