Hi All,
I am getting this invalid use of bracketing error Anything wrong?
Set objMyRecordset = CurrentDb.OpenRecordset("select itemno from " & Chr(34) & "[" & icitem & "]" & Chr(34))
Thanks,
Anbu
I am getting this invalid use of bracketing error Anything wrong?
Set objMyRecordset = CurrentDb.OpenRecordset("select itemno from " & Chr(34) & "[" & icitem & "]" & Chr(34))
Thanks,
Anbu
Invalid use of bracketing error