Avatar of Tony Crisafi
Tony Crisafi

asked on 

VB Access SQL question

What is the correct syntax for this:

 Set rs_PG1 = CurrentDb.OpenRecordset("SELECT * FROM [ProductGroup] WHERE [Language] = "ENGLISH"")

"ENGLISH" is just a constant value.
Microsoft AccessSQL

Avatar of undefined
Last Comment
COACHMAN99

8/22/2022 - Mon