Results 1 to 3 of 3
  1. #1
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051

    "Updating" a calculated function value from a form

    Hi guys. Need advice



    I know what I can do:

    Produce a list of students in a single form (showing all 30 students)

    Name
    Maths class
    Exam paper draft (calculated by a function)

    The form currently has a recordset from a query

    But I'd like my 8 users (the class teachers) to be able to alter the draft exam paper value.


    This information needs to be saved.

    E.g. The function returns that John smith has a draft exam paper of 3-5 but his teacher would like that altered to the more difficult 4-6 exam as John is working really well.
    The teacher needs to be able to change the 3-5 to a 4-6 then this value stored somewhere for future use.

    Any help greatly appreciated.


    Sent from my iPhone using Tapatalk

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    without knowing your table design, the only thing I can suggest is to have another field which the teacher can complete and your calculation field would then be something like

    nz(teacherfield,whatever the calculation is)

    so if the teacher hasn't entered anything, the calculation will be done

  3. #3
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    Thanks Ajax no idea why i didn't think of that. Definitely workable.


    Sent from my iPhone using Tapatalk

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

Similar Threads

  1. Replies: 3
    Last Post: 04-20-2016, 02:50 PM
  2. Replies: 1
    Last Post: 09-07-2015, 08:00 AM
  3. Replies: 11
    Last Post: 02-22-2015, 01:25 PM
  4. Replies: 4
    Last Post: 09-24-2014, 09:11 AM
  5. Replies: 2
    Last Post: 11-04-2011, 02:45 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