Hi,
I'm getting a runtime 3057 error on the below Dlookup code.
Month = DLookup("Month 12", "Tbl_Forecast", "[Subba2]=" & "'" & [Subba] & "'")
Both Month 12 , Subba2 and Subba are text fields.
I'm trying to use the code to find the date that is saved for Month 12 on Tbl_Forecast. Where the...