When I am adding a new line to field in database record via WebInterface(ASP) I update my database with "oldvalues"+"\n"+"new values" entry. In web interfase it looks fine and gets data from table with proper formatting. But when I open my form in access textbox has strange look with funny signs instead of new line like "oldvalues[funny mark]new values"
How to force access form (maybe in code?) to show new line ?
How to force access form (maybe in code?) to show new line ?