Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jgill264

    Does Access 2007 require VBA code changes?

    Has anyone discovered if Access 2007 is compatible existing VBA code? It could be a real pain if everything has changed...
  2. jgill264

    Setting the format of a number field to percent

    HALLELUIAH!!! It worked like a champ! Tom and Roy, Thanks so much for your assistance! This Tek-Tips site is a great thing and your experience and expertise are GREATLY appreciated by those of us who are code-challenged! Thanks again! John
  3. jgill264

    Setting the format of a number field to percent

    The AddField function I'm using uses Select Case for each data type. Percent is not one of the data types in the function. I tried it anyway and it errored out at the function.
  4. jgill264

    Setting the format of a number field to percent

    Thanks - I get a compile error when I use double quotes. How would I go about setting the field Format perperty to percent?
  5. jgill264

    Setting the format of a number field to percent

    Thanks, Tom! It didn't work, I think because my code is probably a little (a lot) rudimentary. I'm running the update in an execute query. I included the FORMAT portion in the only manner that it would be accepted by the system and it ran, but the field did not populate at all (see below)...
  6. jgill264

    Setting the format of a number field to percent

    Any assistance would be TRULY appreciated! In Access, I am creating a new field in vba that is a double-precision data type, but have yet to find some good code that shows how to set the field format to PERCENT (preferably 2 decimals) - after the field has been created. Any suggestions?

Part and Inventory Search

Back
Top