Search results

  1. C

    Date Help

    where do i put this code? Sorry... i don't work in access much....
  2. C

    Date Help

    I have a form which is based on a query. When entering the form you are prompted for a job #. Once you enter the job # the form queries all the records base on this job #. The result is that I get anywhere from 2 to 102 pages in my form. I want the date to show up on each page which will then be...
  3. C

    Form Help

    works great... thanks alot!!!
  4. C

    Form Help

    This is what i put in; =[cboCombo2].[column](1)
  5. C

    Form Help

    Combo2
  6. C

    Form Help

    Error Thanks, But when i type that in i get the following in my field and it doesn't update. Name#? ??
  7. C

    Form Help

    I have a form. I input a file number into the first field. Then i tab to a second field(combo box) which has queried names based on the file number entered. Each name has another number associated with it. When i select the name from this drop down i want the number associated with this name to...
  8. C

    Input Form

    I would like to have a form which inputs a date into one of my tables. My table consists of File Numbers and Section Names and looks like; FILE # SECTION NAME DATE 1234 Doors Jan 5, 2003 1234 Windows...
  9. C

    Query Help

    i currently have 2 tables. Table 1 File Number, Section Name, Date Table 2 File Number, Section Name I want to add the date from Table 1 into a field (also called Date) in table 2. The tricky part is that each File Number has many Section names and i need the date from Table 1 to find the...
Back
Top Bottom