Need help to format text field in ACCESS data table
I have a field in an Access table to show three quotes such as this: """0-2,500""". I want to change it to "0-2,500". How do I delete the extra ". The length in the middle is not same, may have """2,500-5,000""" or """5,000-10,000""".
I tried MID function, but need the length: MID(fieldName,3,length), length is varied.
All three ways worked, but I like the one from buttersk. Thanks all!
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.