C
coyote
Thanks for reading my post. The following If condition never evaluates as
true, although there are records in my DB which meet the conditions. Any
clues what I'm missing?
I don't get any compile errors...
If (((rsTMPMedals("Division") = """ & strDivision & """) And (rsTMPMedals
_("GroupID") = strGroupID)) _
And ((rsTMPMedals("ConID") = strConID) And (rsTMPMedals("EntryID") <> _
strEntryID))) Then
thanks Randy
true, although there are records in my DB which meet the conditions. Any
clues what I'm missing?
I don't get any compile errors...
If (((rsTMPMedals("Division") = """ & strDivision & """) And (rsTMPMedals
_("GroupID") = strGroupID)) _
And ((rsTMPMedals("ConID") = strConID) And (rsTMPMedals("EntryID") <> _
strEntryID))) Then
thanks Randy