Apr 17, 2008 #1 Steven547 Technical User Sep 15, 2004 165 US Ok...think I went brain dead here at work. How do I convert a memo field to a text field? Thanks.
Apr 17, 2008 #2 Remou Technical User Sep 30, 2002 13,030 BE Do you mean alter the table? You would first have to check that the field was no longer than 255 characters. Perhaps memo is a misprint? Upvote 0 Downvote
Do you mean alter the table? You would first have to check that the field was no longer than 255 characters. Perhaps memo is a misprint?
Apr 17, 2008 #3 genomon Programmer Aug 20, 2001 2,449 US You can open the table in design view and change the field there, or use CStr() if the data meets Remou's requirement. "Artificial Intelligence is no match for Natural Stupidity" Upvote 0 Downvote
You can open the table in design view and change the field there, or use CStr() if the data meets Remou's requirement. "Artificial Intelligence is no match for Natural Stupidity"