Search results

  1. X

    How do I save the data from a calculation.

    On my form I have calculated fields based on information from my sub forms. I have the calculations all working fine however I can seam to figure out how to save them in the table that my form is linked to as my control source is the calculation. Should I be using my calculations in an area...
  2. X

    Help with Sum for a Subform value

    I am trying to sum a value on my main form based on a value in a queried sub form. I know if I use =[QueTimeSheets subform].Form!Hours it will display the first record, however I want to sum all the hours displayed on my sub form. Regard less of what I try I always seam to get an error...
  3. X

    Need help with my design.

    I am trying to automate our work order system and incorporate into my data base. Just having a bit of trouble with the design. I have 4 different system for work orders depending on their use, each has a distinct beginning. Construction for example is BCx , Maintence is Mx, service is SJx… I...
  4. X

    Help Emailing form information

    Using the following code, I send email and it operates fine however, it also builds an attachment. How can I change the code so only the fields are emailed and not an attachment? On Error GoTo Err_Command85_Click Dim email, ref, origin, destination, notes As String email =...
Back
Top Bottom