Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    528
    I try to write user number without separator (925) only
    Because in this place, if it becomes an error in entering numbers or inefficient user using the comma
    Will be a disaster in the total amounts

  2. #17
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    528
    Any solution
    Please, help
    I can change all the expressions in the query
    Except expressing (IOunce: ([Ounce] / 31.1))
    Because it is a global

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I gave you an expression that will remove the decimal point, if it is there. Did you try it?

    Or you can modify the expression to include decimal point:

    IIf(InStr([purity], ".")=0, [purity] / 1000, [purity])

    Use whichever suits your requirements.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #19
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    528
    1 troy ounce = 31.1 grams

    Precious metals such as gold and silver are often sold by the troy ounce. Many people don’t realize that an ounce of gold (and other precious metals) is weighed in a different weighing system called "troy weights". A troy ounce is more than the typical ounce found at the grocery store.
    The other is for Commodities such as sugar, grains, and the typical grocery items. It is called the avoirdupois ounce.

    1 avoirdupois ounce = 437.5 grains, or 28.35 grams. 1 avoirdupois pound contains 16 (avoirdupois) ounces. This makes an Avoirdupois pound equal to about 453.6 grams, or the equivalent of 14.583 "troy ounces".

    When you purchase a 1 ounce silver or gold coin, you are receiving a "troy" ounce. If you put that same 1 troy oz. coin on a grocery store scale you will find that it weighs about 10% more than the food (avoirdupois) ounce you are familiar with. It will weigh about 1.1 avoirdupois ounces. A troy ounce is equivalent to about 31.1 grams.

  5. #20
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    528
    Any solution
    Please, help
    I can change all the expressions in the query
    Except expressing (IOunce: ([Ounce] / 31.1))
    Because it is a global

  6. #21
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    528
    Yes Yes Yes
    And woowoo
    Thank you very much June7
    You are gorgeous

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. question|how to hide a field in form
    By mikichi in forum Access
    Replies: 5
    Last Post: 11-12-2013, 08:14 AM
  2. Export to .txt Issue: Field Returning 2 Decimals
    By SoSubaruMe in forum Import/Export Data
    Replies: 0
    Last Post: 02-27-2012, 09:09 AM
  3. Hide the content of a field
    By peter_lawton in forum Queries
    Replies: 6
    Last Post: 01-17-2012, 11:24 AM
  4. How do i open a form and hide a field?
    By xwnoob in forum Forms
    Replies: 1
    Last Post: 01-05-2012, 03:27 AM
  5. Hide Null field Line
    By brobb56 in forum Access
    Replies: 1
    Last Post: 09-26-2011, 11:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums