Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: noahaz
  • Content: Threads
  • Order by date
  1. noahaz

    Finding the highest value

    I am trying to find the highest value I have a site_number and a site_program_year. I need to find the highest site program year for each site number. I was told to use this DMAX("site_program_year","tblsss","site_number=" & "****")but all this is doing is pulling up the highest site program...
  2. noahaz

    creating an expression to find largest vaule in access

    I need to create an expression that will allow me to pull largest value from field in a table. Can someone help me The field name is site_program_year and the table is tblsss. Thanks!
  3. noahaz

    Delete entry from form and table

    Hello, I have created a delete selection in my combo box on my form. When I choose delete from the dropdown from the combo box in the form the job from both the table and the form should be gone. Here is what I have thus far: Private Sub Combo16_CmdOk() If Me.Combo16 = "Delete" Then...
  4. noahaz

    Problem with Form

    I have this as my code Private Sub Combo16_AfterUpdate() If Me.Combo16 = "Completed" Then Me.Date_Closed = Date End If End Sub I have a form set up so that when a user selects "Completed that job dissapears from the form but is still in the table. However I have jobs that are completed but will...
  5. noahaz

    Unbound text box is repeating on all of the other records

    All information I type in on my 1st Record in an Unbound text box is repeating on all of the other records in my form. I am trying to create a different job on each page and in the unbound text box I would like to enter a description of the job. So each record needs to stay empty until I write...
  6. noahaz

    Unbound Text Box type inside repeating on each record

    All information I type in on my 1st Record in an Unbound text box is repeating on all of the other records in my form. I am trying to create a different job on each page and in the unbound text box I would like to enter a description of the job. So each record needs to stay empty until I write...
  7. noahaz

    Unbound box in form repeating on each record

    All information I type in on my 1st Record in an Unbound text box is repeating on all of the other records in my form. I am trying to create a different job on each page and in the unbound text box I would like to enter a description of the job. So each record needs to stay empty until I write...
  8. noahaz

    Making buttons link to movie clips

    Help! I have movie clip called pages and all my pages are layed out as movie clips in different frames in the pages movie clip. I have placed buttons on each page created and want to link them to other pages. Does anyone know how I do this? Please help very frustrated!
  9. noahaz

    Submit Button

    Hello I am new to flash and need detailed explaination on how to have a submit button send my form to my email. HELP!!!
  10. noahaz

    Restricting user to only specific styles in word

    I am creating a word template for my users and want to restrict them to use only certain colors and styles. Does anyone know how to restrict users from using these?
  11. noahaz

    combo box with auto date when selecting item listed

    I am new to access and am creating a database that keeps tracks of the jobs in our department. My manager has asked me to create a combo box with: "In Queue", "In Progress", and "Completed". When completed is selected the date completed will be added to the job and it will automatically close...

Part and Inventory Search

Back
Top