J
jeninOk
strSQL:
(([Sq_Ft] = 36317) AND ([County] In ('Canadian'))
Does anyone see what the problem is with this when used in:
DoCmd.OpenForm FormName:=strForm, View:=acNormal, WhereCondition:=strSQL
(([Sq_Ft] = 36317) AND ([County] In ('Canadian'))
Does anyone see what the problem is with this when used in:
DoCmd.OpenForm FormName:=strForm, View:=acNormal, WhereCondition:=strSQL