matrixindicator
IS-IT--Management
On my form I have a dropdownbox. The row source is a group by query of dates field. As default value the combobox should give the most recent date available (I created a query within it the max function on the date field).
Now I try to get this value as my default value. But this gives an error. #name ?
syntax problem ?
Now I try to get this value as my default value. But this gives an error. #name ?
Code:
=[queryname].[maxdate]
syntax problem ?