Results 1 to 3 of 3
  1. #1
    Kundan is offline Competent Performer
    Windows XP Access 2013 32bit
    Join Date
    Mar 2018
    Posts
    155

    Regarding Program

    I want to separate a numbers’ integer and decimal part. (eg. 12345.83 => 12345 & 0.83).


    I tried 12345.83\1 but it gives 12346 and 12345.83 Mod 1 gives 0. WHAT TO DO?

  2. #2
    Join Date
    Apr 2017
    Posts
    1,673
    Integer part:
    Code:
    =FIX(YourNumber)
    Decimal part:
    Code:
    =YourNumber-FIX(YourNumber)

  3. #3
    Kundan is offline Competent Performer
    Windows XP Access 2013 32bit
    Join Date
    Mar 2018
    Posts
    155

    Regarding Prog.

    Quote Originally Posted by ArviLaanemets View Post
    Integer part:
    Code:
    =FIX(YourNumber)
    Decimal part:
    Code:
    =YourNumber-FIX(YourNumber)

    Thanks A Lot! It worked!! GOD BLESS YOU!!!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Regarding Program
    By Kundan in forum Programming
    Replies: 1
    Last Post: 07-31-2018, 01:05 AM
  2. Regarding program
    By Kundan in forum Programming
    Replies: 7
    Last Post: 06-12-2018, 02:12 AM
  3. Replies: 5
    Last Post: 04-09-2018, 10:30 PM
  4. Program a 30-day trial into my Access Program?
    By genghiscomm in forum Programming
    Replies: 1
    Last Post: 05-26-2011, 02:14 PM
  5. Where is my runtime program?
    By shesgone in forum Access
    Replies: 2
    Last Post: 04-02-2010, 07:27 PM

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