Search results

  1. L

    accessing query fields

    I have a form that uses a query for the record source. On this form I have a subform. Within the subform I need to use some of the main form query fields (there is no reason to display these fields on the main form)to perform various calculations. I know I can have bound text boxes...
  2. L

    Need to know if this can be done.

    Here's the deal... Developing a payroll system. I have 3 tables: One for employee information. One for archiving current years earnings (each record = 1 week) One for current earnings. (Identical to the archive table). On the form for entering current earnings, I need the employees totals from...
  3. L

    Default Values

    I am developing an application that has several default values; company information, tax rates, etc. These values need to be available whenever the program is open. What is the best (correct) way to do this (hidden form, dlookup(), or what)? Thanks
  4. L

    Subform/Mainform Calculation

    In brief: Main form containing a Subform Text box on main form with the following control: =[frmFC3Child].[Form]![txtSGallons]+[tbxfcojmovfc3-1]+[tbxfcojmovfc3-2]+[tbxfcojmovfc3-3]+[tbxfcojmovfc3-4]+[tbxfcojmovfc3-5]+[tbxfcojmovfc3-6] One number comes from the sub form, all the others (6)...
Back
Top Bottom