G Guest Nov 1, 2006 #1 I need to create a memo field when running a make table query. How can I do this?
S Smartin Nov 1, 2006 #2 JNS said: I need to create a memo field when running a make table query. How can I do this? Click to expand... This works for me: CREATE TABLE MemoTable (MemoField MEMO);
JNS said: I need to create a memo field when running a make table query. How can I do this? Click to expand... This works for me: CREATE TABLE MemoTable (MemoField MEMO);