Memo field using make table query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a memo field when running a make table query. How can I do
this?
 
JNS said:
I need to create a memo field when running a make table query. How can I do
this?

This works for me:

CREATE TABLE MemoTable (MemoField MEMO);
 

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

Back
Top