Jump to content

Help with set RS = myconn.execute code


gregomva

Recommended Posts

Okay folks I need your help:

 

This is what I have right now in my code:

 

set RS = MyConn.Execute("SELECT * FROM signaturecardtbl WHERE " & fielder & " like '" & name & "%'" & " ORDER BY Branch,AccountNumber,CustomerLastName")

 

I need to add in anothe item where it tells it to exclude where DateExceptionCleared is completed.

 

I have tried this many ways with no luck  :(

 

Your help is greatly appreciated. I hope I am in the right place.

 

 

Link to comment
https://forums.phpfreaks.com/topic/259971-help-with-set-rs-myconnexecute-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.