objCmd.CommandText = strSQL & " WHERE ItemID = " & rsItems("ItemID") & ";"
That code works just fine. Now I want to add another criteria to the WHERE CLAUSE and it is itemdelete = False then I would like to sort the results ascending.
Before I go nuts can someone guide me in utilizing the proper syntax to add the criteria to the WHERE CLause. I wish somewhere there was a diagram that explained the syntax so I could print it out for future reference.
Thanks in advance.
Life's a journey enjoy the ride...
jazzz
That code works just fine. Now I want to add another criteria to the WHERE CLAUSE and it is itemdelete = False then I would like to sort the results ascending.
Before I go nuts can someone guide me in utilizing the proper syntax to add the criteria to the WHERE CLause. I wish somewhere there was a diagram that explained the syntax so I could print it out for future reference.
Thanks in advance.
Life's a journey enjoy the ride...
jazzz