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 bkrike 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: *

  1. JSchumacher

    Query results into existing Excel worksheet

    I spent quite a bit of time yesterday finding a solution to a problem, and I did get it to work, but I feel sure there is a much easier way to accomplish it. I welcome any ideas on making this work better. I have a Union query that returns 48 rows (theoretically this number is consistent...
  2. JSchumacher

    How do I read properties on Text files?

    I am trying to find the "last saved date" from a group of files. One is an Excel file and the others are .txt files. I was able to find the correct date for the Excel file using BuiltInDocumentProperties after using GetObject, but GetObject is not working on the text files. Do I...
  3. JSchumacher

    Combo box error after conversion to 2000

    Hi, I recently converted a db from 97 to 2k. I have a combo box with the RowSource modified in the code as different option groups are changed. One of the statements returns a Short Date and another returns the Year using a DatePart function to find it. The combo box worked fine in 97, but...
  4. JSchumacher

    When to store data using Tab Control

    I am creating a form for setting up a new account. The form is a tab control with 4 tabs. Tab 1 collects the name of each customer on the account. Tab 2 collects address and phone information for each of those customers. Tab 3 collects information regarding each piece of collateral on the...
  5. JSchumacher

    Can I look up a Time Zone?

    I would like to add a feature to a form so that after the user enters a client's address or perhaps phone number, the client's Time Zone would display. I assume a lookup could occur based on ZIP code or Area Code, but I couldn't find anything in Help or a Keyword search that seemed to address...
  6. JSchumacher

    Would like to learn design techinque

    I have been working with Access for 2 years. I started with simple querys and macros and I now write most everything in code. I have very little programming training. I have designed 3 databases for my department in the last 6 months and they all work functionally. However, I know they could...
  7. JSchumacher

    Change table structure?

    Each user in the database is assigned an area of the country and a section of the alphabet and work files that match those criteria. The main table, tblData, has fields for Name and Branch. I have a seperate table, tblBranch that lists the state that branch is in, and a table, tblStates...

Part and Inventory Search

Back
Top