Search results

  1. A

    Subforms and VBA

    I am slowly learning VBA code on my own and really like it. Unfortunately, I sometimes get stuck on things that I think are easy. I am trying to access a field from an open subform and copy it to the form that just loaded. I am trying the following: Private Sub Form_Load() TechID =...
  2. A

    Form that calculates dates

    I have a form that defaults to todays date as a received. I need the form then to calculate a date 5 business days later as a due date. I can make it auto-fill a date 5 days in the future, but cannot make it skip the weekends. Thanks.
Top Bottom