Search results

  1. R

    Print excel in access

    Hello, is there a way i can print an excel document from access? using VBA Andrew
  2. R

    stupid question

    I have not used queries or Access for a few years. I have a query set up to search for a tag number which the user enters in. How do I incorporate the * function in with it? This is what i have tried: SELECT * From Bags_Recieved WHERE Tag_No = *" & [Which Tag?] & "* I am trying to get it so...
  3. R

    changing table info with a button

    I have a table with 3 columns. A crew column (user name), a password column, and an admin column (yes/no). I have made a form so the user enters in a user (which is stored in a public string) and password to get to the main form. I have made a form so the user can change the password if they...
  4. R

    bringing info down to next line

    I am using a form in the Tabular format. I have 7 columns in the form. Some of the info is the same on the next line. Is there a way to bring down the same info onto the naxt line without having to keep entering it in. For example I have a Time column where the user enters in a time, usually...
  5. R

    password form for multiple users

    I am not sure how to do this. I am trying to do up a password form where there is a user name and a password. There will only be 5 user names, one being an admin. I seen it in the Running Microsoft Access 2000 book (it's just a reference manual) but could not figure it out.
  6. R

    Figuring totals for a 12 hr period

    I am working on a database for work. It is a processing plant and once a product is complete it is entered into a table. At the end of each shift the workers will be logging out. What I need to figure out is how to just get a total product processed a 12 hr period. The periods will always be...
Back
Top Bottom