I am attempting to write a DLookup function but am getting an ERROR in return. Can someone tell me what I am doing wrong?
Essentially I want the Value in one field automatically returned from the value of another field from another table. This way if the source data ever changes, it will be changed everywhere.
I am putting the formula in form design as the default value of the field. An example of the formula is as shown below:
=DLookUp("QtySold","Standard","Widgits")
Qty Sold Being the Record Name
Standard being the Field Name
Widgits being the Value
Can anyone tell me what I am doing wrong and help educate me on this process?
Essentially I want the Value in one field automatically returned from the value of another field from another table. This way if the source data ever changes, it will be changed everywhere.
I am putting the formula in form design as the default value of the field. An example of the formula is as shown below:
=DLookUp("QtySold","Standard","Widgits")
Qty Sold Being the Record Name
Standard being the Field Name
Widgits being the Value
Can anyone tell me what I am doing wrong and help educate me on this process?