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 strongm 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: amac
  • Order by date
  1. amac

    How do I move my project from one server to another?

    Hello Donna I have been looking for a ideas about a prob. I have. I am trying to establish a reference to the DAO 3.5 Object Library when m my user has the project in another directory than the development computer. One idea is to deselect any references, save, then reselect & save. (From VBA...
  2. amac

    Wildcard & Like XL97 to Access

    About my own question to the forum. This works. (no doubt improvements are needed) Cheers, Amac PURPOSE The basic idea is to be able to quickly search for data station info using part strings in two worksheet text boxes. I got some good info from the article "Everything About Using...
  3. amac

    Wildcard & Like XL97 to Access

    I am trying to set up a wildcard search into a field from XL97 to Access97, using DAO 3.5 The code is something like this:<br><br>Dim CritStr as string<br>Dims etc<br>...<br><br>' trying to find station name Portland<br>' using this fragment of name supplied by user<br>CritStr =...

Part and Inventory Search

Back
Top