Good Day,
I need your help in the following
I want to build SQL string that adds on only if the text is not empty..
Dim Variable1,Variable2, Variable3 as string
Variable2=me.TXT2
Variable2=me.TXT3
Dim COND as string
If Len( txt1.value &"" )=0 then
Variable1= me.TXT1
COND=COND+ "FName='" &...