Results 1 to 4 of 4
  1. #1
    gbailey7805 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Oct 2015
    Posts
    2

    Issues updating an existing form.


    The issue I am experiencing has to do with a form in the frontend database that I've created through a table in the backend database. I would like to alter the output display for a field so it only displays whole numbers but when I go to update the field properties in the backend database table it doesn't update in the frontend even after I have updated the table in the linked table manager. Any thoughts?

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    there is a difference between display and what is stored. if you just seek to manage the display - then in the form, in the property of the text box, change the Format to Fixed and change decimals = 0

    if you want to only store whole numbers - then to preserve your current data you must run an update query to round them to integers; as well as change the field properties....

  3. #3
    gbailey7805 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Oct 2015
    Posts
    2
    Thank you for the reply. Those parameters are already set in both the front end and back end tables however in my form view the value still displays with several digits.

  4. #4
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    not sure what is meant by 'front end tables' - - - but my point is that the display is also controlled by properties in the form, as well as the table....so be sure to check the text box properties in the form. What you need is totally do-able though perhaps not intuitive - so experiment....

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

Similar Threads

  1. Replies: 4
    Last Post: 02-05-2014, 04:35 PM
  2. Updating the Existing record with new data
    By rd.prasanna in forum Import/Export Data
    Replies: 4
    Last Post: 10-02-2013, 07:04 AM
  3. Replies: 13
    Last Post: 09-17-2012, 08:46 PM
  4. Replies: 4
    Last Post: 05-30-2011, 08:20 PM
  5. Updating an Existing Table
    By jo15765 in forum Access
    Replies: 2
    Last Post: 11-21-2010, 09:11 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