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 wOOdy-Soft 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. Techwarrior

    Having trouble with web.config file

    I am having problems getting my ASP.NET files to work on my company’s server. I know that they work because I ran them on a separate server but when I upload it to the company server I get a problem with the web.config file and the <connectionStrings> section. When I removed the...
  2. Techwarrior

    Hiding print dialog box

    I have a report that I output as an HTML file using the following code: DoCmd.OutputTo acReport, "rptWeb", "HTML(*.html)", "H:\WebReport.html", False, "", 0 The problem is when it runs a print dialog box comes up and shows the number of pages it is generating along with where they are going...
  3. Techwarrior

    Filtering text

    I am trying to filter the text that gets entered in a textbox that I am using as an input into a table. I have users who sometimes enter GL19302 and others who will only enter 19302. I know their is a way of removing specific letters from a text string because I have used it before, but right...
  4. Techwarrior

    Connect to multiple databases

    I have a database stored on a server that contains a list of clients. About once a week I need to update that list with new clients. Instead of entering each one individually I would like to speed up this process by importing the new clients from a database stored locally to the one on the...
  5. Techwarrior

    Need help connecting to Access database on website.

    I have an Access database stored on my website in the following location: www.mysite.com/db/test.mdb. I am trying to connect to it in my web.config file with the following code: <connectionStrings> <add name="testdbConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data...
  6. Techwarrior

    Update open pages with new data

    Is there anyway that when data gets updated in a table that any pages currently accessing that data can update itself. The only way I know right now is to set up an auto-refresh.

Part and Inventory Search

Back
Top