Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dim a
a = split(YourTextBox.Text, vblf)
YourTextBox.Text = a(1) & vblf & a(0)
SELECT NoTableName.FieldNoNameGiven,
Mid([FieldNoNameGiven],InStr([FieldNoNameGiven], Chr(13)+Chr(10))+2) &
Chr(13) & Chr(10) &
Left([FieldNoNameGiven],InStr([FieldNoNameGiven], Chr(13)+Chr(10))-2) AS NewValue
FROM NoTableName
WHERE (((NoTableName.FieldNoNameGiven) Like "*" & Chr(13) & Chr(10) & "*"));