PDA

View Full Version : SQL help



steve0
09-06-2006, 06:27 AM
Hi all

I know this is probs not the right place for this but didn't know where else to put it.

Does anyone know what the code is to execute an SQL command without using a recordset

e.g would normally be "Set rsletters = comletters.Execute"

but need it without the recordset bit

thanks for any help
:)

SyntaXmasteR
09-06-2006, 02:09 PM
Steve0

Explain the command you are trying to execute along with the results you are looking to receive. What does your table look like? Are you trying to search a certain field for values that need to be updated? Can you give a little more info...

steve0
09-07-2006, 03:45 AM
it's ok now i managed to sort it out thanks anyway

cheers
:)