I have a form based on a table called "WellData". I want to have a text box on this form that shows the first value in a field that is in a different table called "DateWellPrevious". The field is called "Oil".
I tried this as my textbox control source, but it didn't work:
Any Suggestions?
-Chris
I tried this as my textbox control source, but it didn't work:
Code:
=[Tables]![DateWellPrevious]![Oil]

-Chris