Search results

  1. R

    Auto update next record's value on change to previous record

    I have 2 fields on a form - StartTime and StopTime. To prevent any gaps in time, the field "StopTime"s value is automatically copied to the next record's StartTime field. This form in in datasheet view.The problem arises when we go back and change a "stoptime" value after a few records have...
  2. R

    StLinkCriteria ???

    When you use the wizards to do certain things, Microsoft uses the expression StLinkCriteria a lot. I can't understand what it is exactly doing. Here is an example: Dim stDocName As String (I understand this) Dim stLinkCriteria As String (??????) stDocName = "NewCustomer"...
  3. R

    Tables & Normalization

    This is an in-depht question and will probably take an Access ghuru to lead me in the right direction. I tend to be a little "thick" sometimes. I am trying to create a DB reflecting a machine audit program. There will be approximately 25 audit items that will be checked on each machine each...
  4. R

    Calculated Fields in a Form

    I have a form that has among many other controls, 5 controls that will have numerical data entered into them. Then the succeeding control on the form should add the 5 controls and then divide by the count of the controls that have a value in them. Most of the time all five controls will have a...
Back
Top Bottom