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!

Recent content by angler7

  1. angler7

    Using combo box to open tab

    ASAP Utilities, an Excel add-in that's available on the web at asaputilities.com has a utility that creates an index page with hyperlinks to each page. I use it often to create a kind of table of contents for those xls's that have lots of pages.
  2. angler7

    Control Source for a Form Caption?

    Uh, yup. Works a treat. Thanks. (A little brain dead today.)
  3. angler7

    Control Source for a Form Caption?

    How can I have the caption of a form refer to a field or control, so that as I scoll through the form's records, the form caption would read "Task: Task 1", "Task: Task2", "Task: Task3" etc. I've tried editing the caption property with Task: &[Forms]![frmTask].[txtTaskName]to no avail. I've...
  4. angler7

    Automatically Changing Table Links in Access using VBA?

    I'm sure there are more elegant ways to do this but I have a form and lookup table in the Client with a list box the source of which is a lookup table of backend paths. The user highlights the backend path they want, they input the backend file they want to link to in a seperate text box, and...
  5. angler7

    Parsing/Split a String Field and Appending to Table

    Yes, I did. All part of the learning process. :)
  6. angler7

    Parsing/Split a String Field and Appending to Table

    That worked, now I get to tweak and prod to fully incorporate into the app. Thanks a bunch.
  7. angler7

    Parsing/Split a String Field and Appending to Table

    OK, I know this is going to be easy for the gurus on this site. I'm performing a merging of two outside databases. One database stores WorkOrder/Service Code activity one record per customer with the Service Code activity in one long field, the other database shows activity one record per...

Part and Inventory Search

Back
Top