I have a report that gets his information from a query filtered by a form. I filter by changing the query, by changing the parameters. I have succeed to filter by a textfield, but I can't succeed on a datafield (general type: dd/mm/yyyy hh:mm:ss). Always I get error 3075
Please help me
dim FilterString as string
FilterString = " Where TblInterventie.[Einde herstelling])=#" & [Forms]![FrmOproepen]![SubFrmInterventies].[Form]![Einde herstelling] & "#"
SQLstring = SQLstring & FilterString
MakeQueryDef("QRY RPT Afmelding", SQLString)
Please help me
dim FilterString as string
FilterString = " Where TblInterventie.[Einde herstelling])=#" & [Forms]![FrmOproepen]![SubFrmInterventies].[Form]![Einde herstelling] & "#"
SQLstring = SQLstring & FilterString
MakeQueryDef("QRY RPT Afmelding", SQLString)