Could someone please tell me what is wrong with the following code.<br>
<br>
With rstDestination<br>
.FindFirst "USERNAME = " & strUserName<br>
<br>
The recordset is opened as a dynaset, the variable strUserName is obtained from a lookup in a different table and the correct value does show up here when the mouse pointer is over it. <br>
<br>
Any help would be appreciated
<br>
With rstDestination<br>
.FindFirst "USERNAME = " & strUserName<br>
<br>
The recordset is opened as a dynaset, the variable strUserName is obtained from a lookup in a different table and the correct value does show up here when the mouse pointer is over it. <br>
<br>
Any help would be appreciated