Search results

  1. S

    Erase Command for Form and Sub Form

    Does anyone know of any coding that will enable me to erase a form and a sub-form at the same time while keeping let's say the Order Date and Invoice Number the same....Or...have them revert back to their defaults. Currently I have the below coding: Private Sub ClearAll_Click() Me.CustomerID =...
  2. S

    DLOOKUP with IIF Statements

    I am in the process of building a billing system through access and I have run into a stumbling block. I am trying to modify a lookup of product infomation with a case such as "if calling charges is selected, open CDRQ, sum all calling charges for the current date where the current open form's...
Back
Top Bottom