adding fields in Make-Table query

L

Lim Heng Sin

i am writing one make-table query. I want to add another
two fields on the new table. Match (Yes/No) and Comment
(Text field). Is it possible?

Thanks
 
J

JohnFol

If you are using a MakeTable I can't find a way of specifying the Yes/No as
it always comes through as a number. I have found a way of doing it as a SQL
specific. Thry this . ..

create table NewTable (Comment text, Match YesNo)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top