With the following code i want to test in my new table if there are already items i have appended from the current query and in the field of each record it says "#Error" and when i click on the cell it displays an error of "The Expression you entered as a query parameter produced this error: 'The object doesn't contain the automation object 'Feb."
IIf(IsNull(DLookUp("WgeID","t03Wage","Employ_ID08= " & [EmployID] & " AND Wagedate02=" & [WageDate01])),0,1)
Don't know if i have to use '#" & Format(Wagedate02,"yyyy-mm-dd") & "#'
please help :3