Results 1 to 2 of 2
  1. #1
    JTKrol is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jun 2015
    Posts
    21

    Calculated Info is not being recorded in the table.

    I am using the below calculation in a form field but it is not getting recorded to the field in the table.



    I am taking the person's date of hire and weather they are Full Time salary or hourly employees, then adding 60 days to determine eligibility date for Health, Life and Vision insurance.

    I then want to populate each field with the calculated date. It work on the form but I'm getting blank fields in the table...

    =IIf([FT_Hourly] Or [FT_Salary],DateAdd("d",60,[Dateofhire]),Null)

    I'm using the Null because when I used 0 I was getting some funky dates.

    Joe

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Usually, should not save calculated data, calculate when needed. Saving requires code (macro or VBA).
    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.

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

Similar Threads

  1. Charting Un-Recorded Points
    By ahorta86 in forum Programming
    Replies: 1
    Last Post: 06-18-2014, 04:06 PM
  2. Disenabling field AND delete recorded value
    By trolleri in forum Programming
    Replies: 2
    Last Post: 12-07-2013, 11:19 AM
  3. Replies: 4
    Last Post: 11-19-2013, 12:56 PM
  4. Form Actions Not being Recorded
    By CementCarver in forum Forms
    Replies: 2
    Last Post: 06-15-2013, 06:24 PM
  5. Replies: 3
    Last Post: 01-31-2011, 11:47 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