Microsoft Access 2013 leading text format in text field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edkreuz
    New Member
    • Apr 2015
    • 1

    Microsoft Access 2013 leading text format in text field

    I have moved a database from work to home and it went from 2010 to 2013. Most of my fields are functioning correctly in my forms, but I have one field that is a combo dropdown that will not display the leading text and zeros that I want. What's weird is I have other fields that function the same way and they are working. I have formatted the field to be "NCR-"000 to make "1" be NCR-0001; however, it only displays "1"
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    #2
    Please post what you are using to format your field and also your row source for the combo box.

    Comment

    • nico5038
      Recognized Expert Specialist
      • Nov 2006
      • 3080

      #3
      Guess you need to (re-?) apply the formatting on the output field.
      Personally I never use this formatting as it's more or less obsolete.

      I just add the string when needed in the output field by using a Function. Thus changing the format is easily done by changing the function and the function can be used in queries to add the formatting when needed.

      Nic;o)

      Comment

      Working...