Page 3 of 3 FirstFirst 123
Results 31 to 39 of 39
  1. #31
    FlabbyRoach is offline Advanced Beginner
    Windows 8 Access 2013 32bit
    Join Date
    Mar 2017
    Posts
    48

    I returned the control source to the correct field in the Process_Sheet table

    I changed the after update event in the Operation_ID to:
    Me.Operation_Number = Me.Operation_ID.Column(1)

    The row source for the Operation_ID is:
    SELECT OperationsT.Operation_Description, OperationsT.Operation_Numbers FROM OperationsT;

    Should I still have a save button on the sub form?

  2. #32
    FlabbyRoach is offline Advanced Beginner
    Windows 8 Access 2013 32bit
    Join Date
    Mar 2017
    Posts
    48
    So that did seem to work.
    YEAH!!!!!

    One more question real quick though.
    I have a calculated textbox on the sub form that uses the Time_Each filed multiplied by the SO_Quantity.
    Is there a good way to keep the related number to two decimal places?

    Thanks for your all help

  3. #33
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Regarding the save button, I wouldn't bother. The form is bound and will save automatically. Try the Round() function on your calculation to keep it 2 digits.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  4. #34
    FlabbyRoach is offline Advanced Beginner
    Windows 8 Access 2013 32bit
    Join Date
    Mar 2017
    Posts
    48
    will do
    thanks

  5. #35
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    No problemo.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  6. #36
    FlabbyRoach is offline Advanced Beginner
    Windows 8 Access 2013 32bit
    Join Date
    Mar 2017
    Posts
    48
    pbaldy, where do I put the Round() function if the textbox is a calculated amount?

  7. #37
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Around the calculation. Like

    Round(YourCalculation, 2)
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  8. #38
    FlabbyRoach is offline Advanced Beginner
    Windows 8 Access 2013 32bit
    Join Date
    Mar 2017
    Posts
    48
    Ahhhhhh
    Gotcha
    I was using the parentheses wrong
    I had it as:
    Round(MyCalculation, (2))
    Thanks again

  9. #39
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Happy to help!
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Page 3 of 3 FirstFirst 123
Please reply to this thread with any new information or opinions.

Similar Threads

  1. auto populate textbox
    By willfrank in forum Access
    Replies: 1
    Last Post: 04-13-2016, 09:53 AM
  2. Auto Populate fields with ComboBox
    By warmanlord in forum Access
    Replies: 3
    Last Post: 10-02-2015, 08:59 AM
  3. Auto Populate TextBox
    By Shido151 in forum Access
    Replies: 3
    Last Post: 04-23-2013, 10:41 AM
  4. Replies: 1
    Last Post: 02-04-2013, 09:48 AM
  5. Replies: 1
    Last Post: 01-16-2013, 03:32 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