I have an application that looks up an address and then takes the address found and puts it in to a string field in the main table. Not quite sure what's been happening (user error the most likely) but sometimes I'm finding a CR/LF at the beginning of the field (in the database, not the lookup table). I need to leave the field editable so can't lock it down. I've tried adding a Trim function and a Ltrim function to the AfterUpdate for the field but it will only remove leading spaces, trailing spaces or trailing CR/LF. It will not remove a leading CR/LF. Any ideas?
Cheers
David
Cheers
David