I have a space in one of my columns in my database that cannot be changed (it causes issues with another app that works with the database).
I've tried "[Set ID]" and "'Set ID'" and neither have worked.
What's the proper way of dealing with a column name with spaces?
Code:If CStr(nextRow("fname")) = CStr(currentRow("fname")) AndAlso _ CInt(nextRow("Set ID")) = CInt(currentRow("Set ID")) Then




Reply With Quote