I'd like to use the left, mid and right functions to populate information in the FROM clause of the following query portion.
I would like to use the query as the basis of a report but can't seem to get the correct syntax. Is this possible?Code:FROM LetterEval & LEFT(Forms!LA_Main!ReportDate,2) & MID(Forms!LA_Main!ReportDate,4,2) & RIGHT(Forms!LA_Main!ReportDate,4)