I'm trying to create a table for Access 97 (using dao 3.51) via code. I'm setting the table info in a string and then
using dbsData.execute string to make it. The problem I'm having is that using this method, I'm not able to use "-" in the field names and I have to. Any ideas? Do I have to put " around the field names or something like that? I hope someone can help.