mrtauntaun
MIS
Hi. I am having trouble with dlookup, I am phrasing it as followings:
Forms!Forma!ReturnedField = dlookup ("Forms!FormA![Field Name]", "Table Name", "Row=Forms!FormsA!Number"
I don't get errors with this code, but it is returning the wrong value. Instead of looking it up, it is returning "Field Name" instead of using it as part of the lookup. Any thoughts?
Forms!Forma!ReturnedField = dlookup ("Forms!FormA![Field Name]", "Table Name", "Row=Forms!FormsA!Number"
I don't get errors with this code, but it is returning the wrong value. Instead of looking it up, it is returning "Field Name" instead of using it as part of the lookup. Any thoughts?