I have a query like this...
but when a date is selected in the combo box which is there in the table the recordset is not filled by the particular record. In fact it shows recordcount as 0...but when we use count(*) it shows 1 record.
Please help me out so as to how to retrieve the record details...
thanks in advance
Rakesh
Code:
rs.Open "select * from Tab_OrderStat_samp where wrkSlab=" & CmbOrdDt & "", cn, adOpenStatic, adLockOptimistic
Please help me out so as to how to retrieve the record details...
thanks in advance
Rakesh
Comment