|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Recordset filter and ADP file
Could someone tell me what is wrong about the following? I'm getting an invalide use of property. Can you not filter using a variable?
Code:
rst1.Filter ("Claim_ID = " & intClaimID)
BTW - I have an adp file - this is an ADODB recordset, if that matters. |
|
#2
|
|||
|
|||
|
Try
Code:
rst1.Filter = "Claim_ID = " & intClaimID
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Recordset filter and ADP file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|