Hey guys...I've never used DLookup before...
I'm just simply wondering how to use it. I have to check a field to see if it has been entered before. The field is in recSet6.Fields( "DatabaseRefere nceNumber") which I have to check to see if it has any matches to a specific recSet1.Fields( "DatabaseRefere nceNumber") which is counted through a Do Until recSet1.EOF kinda loop (which goes from 1 until the end of the field, but the recSet1.Fields( "DatabaseRefere nceNumber") I am checking against is not always one after another due to multiple IF statements within the loop). Any help with this would be much appreciated.
I'm just simply wondering how to use it. I have to check a field to see if it has been entered before. The field is in recSet6.Fields( "DatabaseRefere nceNumber") which I have to check to see if it has any matches to a specific recSet1.Fields( "DatabaseRefere nceNumber") which is counted through a Do Until recSet1.EOF kinda loop (which goes from 1 until the end of the field, but the recSet1.Fields( "DatabaseRefere nceNumber") I am checking against is not always one after another due to multiple IF statements within the loop). Any help with this would be much appreciated.
Comment