Results 1 to 5 of 5
  1. #1
    cjohnson is offline Novice
    Windows 10 Access 2016
    Join Date
    Apr 2017
    Posts
    6

    Help with changing a field on a form to be able to update sporadically

    Hi, I am new to access and have managed to create a form/ table to inventory pictures/furniture at my place of work. These items are randomly checked by our insurers and given more up to date insurance values, (can occur over many years)

    What I want to be able to do is enter the currant data and then update as and when a valuation is done. But still be able to see the previous years data. almost like and excel table(?)



    At the moment I have done it like this......
    Click image for larger version. 

Name:	valuation page form.png 
Views:	17 
Size:	24.0 KB 
ID:	28429
    but realised that I will need to move the data every time we have an updated valuation so to keep the currant and most recent data at the top.

    I am not sure if I have explained this well but difficult when I have muddled through to this point! hopefully someone can help

    Thank you

    Last edited by cjohnson; 04-26-2017 at 10:56 AM. Reason: Put the image in twice!

  2. #2
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    You have a one-to-many relationship here. You will need two tables - one for the asset item details (the "one" side), and another for the valuations (the "Many" side)

    The second table will have at least these fields:

    Asset Number (from the Assets table)
    Valuation Year
    Value

    and it could have all sorts of other data as well, such as valuation date, who the estimator was, comments, etc.

    One-to-many relationships are typically worked with using a main form - subform arrangement.

    Your screenshot shows a "repairs" tab. Repairs would also require a one-to-many relationship (One asset can have 0 to many repairs)

  3. #3
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 7 32bit Access 2013
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,540
    I agree with the comments made by John_G.

    The attached db might help as a starter.
    Attached Files Attached Files
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  4. #4
    cjohnson is offline Novice
    Windows 10 Access 2016
    Join Date
    Apr 2017
    Posts
    6

    Thank you

    Thank you for your help will give it a go and fingers crossed I can make it work!

    Quote Originally Posted by John_G View Post
    You have a one-to-many relationship here. You will need two tables - one for the asset item details (the "one" side), and another for the valuations (the "Many" side)

    The second table will have at least these fields:

    Asset Number (from the Assets table)
    Valuation Year
    Value

    and it could have all sorts of other data as well, such as valuation date, who the estimator was, comments, etc.

    One-to-many relationships are typically worked with using a main form - subform arrangement.

    Your screenshot shows a "repairs" tab. Repairs would also require a one-to-many relationship (One asset can have 0 to many repairs)

  5. #5
    cjohnson is offline Novice
    Windows 10 Access 2016
    Join Date
    Apr 2017
    Posts
    6

    Thank you

    Thank you for your example think I can muddle through with your advice.

    Thank you

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

Similar Threads

  1. Replies: 3
    Last Post: 03-30-2017, 06:45 AM
  2. Replies: 2
    Last Post: 11-18-2013, 10:30 AM
  3. Replies: 4
    Last Post: 03-05-2013, 09:03 AM
  4. Changing the data source for a table field with a form
    By WildcatMatt92 in forum Database Design
    Replies: 3
    Last Post: 11-30-2011, 03:16 PM
  5. Changes made in form are not save sporadically
    By struggling in forum Forms
    Replies: 2
    Last Post: 05-27-2010, 03:42 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