DiscoDuane
MIS
I'm new to VBA & Access and when i try to open a form that browses records to display records that belong to one employee id. I used strSql = "select * from tblMain Where id =" & intNum<br>
set db = currentDB()<br>
set rec = db.openRecordSet(strSQL,dbOPenDynaset)<br>
<br>
if i do a rec.recordcount i get the appropriate # of records<br>
but how do i get these to reflect in a Bound or unbound textbox<br>
Thanks<br>
<br>
set db = currentDB()<br>
set rec = db.openRecordSet(strSQL,dbOPenDynaset)<br>
<br>
if i do a rec.recordcount i get the appropriate # of records<br>
but how do i get these to reflect in a Bound or unbound textbox<br>
Thanks<br>
<br>