Hi,
I use Access alot, but mostly the basic stuff. Now I am trying to learn some
VB Script to expand my Access skills. I saw codes that I am not too sure of what they do. Please advice.
Do Until rst.EOF
With rst
vcount=vcount + 1
vtc = !tblColumn
End With
Loop
What does this codes do?
Another question:
vsql3 = "Group By SSN, [Group], " & vsta
What does this do? Particularly [Group]?
Thank you.