D
Darren
I need to add a new Yes/No field from a query, i have this so far, but I
need the format to be True/False. How do I do that from a query?
ALTER TABLE MyTable ADD MyField bit default false
need the format to be True/False. How do I do that from a query?
ALTER TABLE MyTable ADD MyField bit default false