Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Carriage Return in Access field 1

Status
Not open for further replies.

TracySHC

MIS
May 5, 2005
66
US
I need to export an Access file into another software package. This other software does not accept blank or null fields very well. However, if a carriage return is entered in the Access field, the field can be exported from Access and imported into this other software without a problem. How can I porgram in Visual Basic to enter a carriage return in an empty field? Can a variable hold the unprintable character?
Thank you for your help and advice,
TracySHC
 
Use VbCr CarriageReturn) or VbCrLf (CarriageReturnLineFeed equivalent to Enter)

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top