I have the following @DbLookup statement and I am getting an error “Field: ProdChemLookup: File does not exist” when I am attempting to open the form.
The field ProdChemLookup is on the current form in the current database. It is a text field with the following @Dblookup statement.
@DbLookup(“Notes”:“”;“8527412:0066103E”;“vv_lookup”;ProdGroupChem;1)
It is looking up to a different database and I put the replica ID in. I have also tried putting the specific server & database name, but it makes no difference.
My key is ProdGroupChem which is on my existing form in my current database. This is a computed field which gets populated once data is entered into another field.
vv_lookup is the view in the database I am doing the @DbLookup to to and 1 is the first (and only) column in the view. The column is sorted by ascending.
I would appreciate any help.