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 TouchToneTommy 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: dar149
  • Content: Threads
  • Order by date
  1. dar149

    Open Access from Intranet

    I want to hyperlink from the Intranet to an Access database. If I put a hyperlink in FrontPage to Word, Excel, or Powerpoint, and publish, the application opens and I am able to use the application When I try to open Access I get the following message: "The publisher could not be verified...
  2. dar149

    REPOST

    I want to hyperlink from the Intranet to an Access database. If I put a hyperlink in FrontPage to Word, Excel, or Powerpoint, and publish, the application opens and I am able to use the application When I try to open Access I get the following message: "The publisher could not be verified...
  3. dar149

    Hyperlink not working

    I want to hyperlink from the Intranet to an Access database. If I put a hyperlink in FrontPage to Word, Excel, or Powerpoint, and publish, the application opens and I am able to use the application When I try to open Access I get the following message: "The publisher could not be verified...
  4. dar149

    Hyperlink on Intranet

    I want to hyperlink from the Intranet to an Access database. If I put a hyperlink in FrontPage to Word, Excel, or Powerpoint, and publish, the application opens and I am able to use the application When I try to open Access I get the following message: "The publisher could not be verified...
  5. dar149

    MS Access Link on FrontPage Page

    I want to hyperlink from the Intranet to an Access database. If I put a hyperlink in FrontPage to Word, Excel, or Powerpoint, and publish, the application opens and I am able to use the application When I try to open Access I get the following message: "The publisher could not be verified...
  6. dar149

    Result of Expression not sorting as Date

    I have a query that finds the minimum date value from three date fields. When I sort the result it sorts as text rather than by the actual date. I have used the following expression: Minimum Date: Minimum([GLExp],[UmbExp],[WCExp]) I tried formatting the field as a date, but if I sort or use...
  7. dar149

    Consecutive sorts in Excel

    I know that you can create a consecutive sort for four columns by sorting first by the two least important columns and then a second sort by the two most important columns. Example: The first sort is by LName and then by FName. The second sort is by Hours and then by Hourly Rate. If I want...
  8. dar149

    Import Word Form Fields into Access Tables

    I am importing Word fields into various Access tables. The database is normalized with referential integrity turned on. However, when I run the code to populate the tables, it is done one table at a time. So if I have a one-to-one relationship with referential integrity turned on, it won't...
  9. dar149

    Subquery Help

    I have two tables, tblCompanyInfo and tblContacts. I am trying to find all Companies that have a record in CompanyInfo but no record in Contacts. lngCompanyID should not exist in tblContacts. I came up with the following SQL to put in the criteria for lngCompanyID, but it's not working...
  10. dar149

    Copy Sheet to New Workbook with Hyperlink

    I have several hyperlinks in a workbook. I want to copy the sheet containing the hyperlinks to a new workbook using code. When I record the macro, they hyperlinks work in the new workbook. When I run the macro, it shows up as a hyperlink, but the link is broken and it goes nowhere. I used...
  11. dar149

    Find Missing Numbers

    I have a database table that has numbers in sequential order. There are 99,000 numbers. However, there have been deleted records, so there are around 8000 numbers that aren't being used. Is there a way to get a list of all unused numbers?
  12. dar149

    Sequential Numbering

    I have a database table that has numbers in sequential order. There are 99,000 numbers. However, there have been deleted records, so there are around 8000 numbers that aren't being used. Is there a way to get a list of all unused numbers? Thanks...
  13. dar149

    Simulate F2 in code

    Does anyone know how to code F2 and then Enter feature in VBA? I tried recording, but it doesn't produce the same result. I have a cell that contains 13 numbers. I have the field coded as text because the number originally has dashes and spaces, which I delete. When the number is...
  14. dar149

    Copy from Excel to Outlook 2000 Message

    When I copy a bordered list from Excel and paste it into an email message, the borders disappear. Everyone else can paste the data with the borders. My Editor is set to HTML just like everyone else. If I change the message to rich text, the borders display, but I would need to change it for...
  15. dar149

    Networkdays Function

    Does anyone know if the Networkdays function can be used in Access? In help it says it's a spreadsheet function. Thanks...
  16. dar149

    Loop with variable name that changes at each pass

    I'm trying to do a loop with a variable where the name changes every time it goes thru the loop count. If the variable is called "pastdue", the first time through the loop I'd have pastdue1, the next time through the loop the variable would change to pastdue2, etc. Each variable contains...
  17. dar149

    Search memo field for key words

    I have a form with a filter. The user can select a group and a category. Once I have applied the filter, they want to search the question field (which is a memo field)for specific words and bring up only records that are in the specific group and category, with the key words in the memo field...
  18. dar149

    Query Criteria - Most recent date

    I have a query and that has a project id and multiple status dates. Does anyone know what criteria is needed to pull up only the most recent status date for each project? Thanks...
  19. dar149

    Microsoft Office Programs Toolbar

    Hi, Hopefully someone has an answer... On the Microsoft Office Programs Toolbar (which opens Word, Excel, etc by a single click on the icon), I have a user that wants to double-click to open the program. Unfortunately, when he double-clicks it opens two occurrences of the program. Does anyone...
  20. dar149

    Import Excel Columns Into Access Tables

    Hi, I know how to specify what fields in a Word form go into various tables in Acccess. Can the same thing be done in Excel? I have an Excel Spreadsheet which I want specific columns to be imported into various tables. For Example, I want columns A and B to go into one table and columns C and...

Part and Inventory Search

Back
Top