Search results

  1. K

    Training Database

    Hello. I am preparing a "simple" training database. I want to do this smartly and not duplicate data. My first table is the list of employees and their information. I have set a primary key (PK) up for each employee. My second table is a list of training courses - title, description...
  2. K

    Update Unbound Text Box

    Interesting finding. Seems it does work when using AfterUpdate, but .. it works when you type in the date. It doesn't work when you use the Date Picker. So, for now, I just removed the date picker and you have to type in the dates. Thank you for the feedback. Kannon
  3. K

    Update Unbound Text Box

    Well I tried the following on the AfterUpdate of the main form: Private Sub Form_AfterUpdate() Me.Recalc End Sub Computes via the Control Source of the textbox using =[Date Sent to Customer]+7 but still needs a mouse click on the form/subform to appear.
  4. K

    Update Unbound Text Box

    Good Morning All - Finishing up a project and thought I had all of the difficult stuff done and came upon this. In a subform I am pulling dates down from a table. One data element is Project Completion. I would like to put a real simple calculated textbox next to it that shows the date of...
Back
Top Bottom