hi.. i wud like to know how to open the recordset if i hav no select statement in my codes, i have only an insert and an update query
do i have to put
oRs.open con (con is the variable for the connection)
or
oRs.open con, sInsert, and sUpdate (sInsert and Supdate are my queries)
thx
do i have to put
oRs.open con (con is the variable for the connection)
or
oRs.open con, sInsert, and sUpdate (sInsert and Supdate are my queries)
thx
Comment