thewiseguy
Registered User.
- Local time
- Today, 21:23
- Joined
- Apr 14, 2004
- Messages
- 56
hi there -
just wondering if this is possible...
firstly i have:
Public Dim rstRQ As Recordset, intRN As Integer
then later, could i do something like:
rstRQ.Rename = "rstRQ1"
or:
rstRQ.Rename = "rstRQ" & CStr(intRN)
thanks in advance.
just wondering if this is possible...
firstly i have:
Public Dim rstRQ As Recordset, intRN As Integer
then later, could i do something like:
rstRQ.Rename = "rstRQ1"
or:
rstRQ.Rename = "rstRQ" & CStr(intRN)
thanks in advance.