Apr 17, 2008 #1 Steven547 Technical User Joined Sep 15, 2004 Messages 165 Location 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 Joined Sep 30, 2002 Messages 13,030 Location 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 Joined Aug 20, 2001 Messages 2,449 Location 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"