I am trying to query a field in a table named 'Function', but I get a syntax error. I realize this is probably because function is a reserved word in SQL. What do I need to do to let SQL know that I am using this as a field name in a table rather than trying to use a function?
Thanks!!!!