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

    High traffic hitting my SMTP server from 216.139.246.155

    I have high traffic hitting my SMTP server from 216.139.246.155. Hits every couple of seconds which are keeping sessions open on the firewall. nslookup shows the IP as aus.us.siteprotect.com. Is this just SPAM hitting my server?
  2. r15gsy

    Juniper ns5gt internet keeps being stopped

    Hi I have inherited a small site with a Juniper ns5gt acting as firewall. The internet keeps being dropped and I think the Juniper is the cause. There is a seperate ADSL modem connected to the untrusted port. This has a live link and has been checked by the telecoms provider. If I logon to...
  3. r15gsy

    Windows SBS 2008, 1GB Network, 5 Users - VERY SLOW!

    Hi We have a network which was "professionally" installed by our accounts software provider. A recent HP Proliant ML310 G5 server (Quad Core X3370 3.0Ghz, 8 GB of PC2-6400 800MHz), Netgear GS116 1GB switch and SBS 2008. We have only 5 users and the usage is low. The main app being used is...
  4. r15gsy

    Create DSN in Windows 7

    Hi I am trying to create a DSN entry in ODBC Manager for several database connections. I have google'd and used various coding, including Microsoft technet support. But I cannot get any to work. I think the problem is I am running Windows 7 64 bit and the ODBC version is different. Any help?
  5. r15gsy

    ADO Connection import recordset into Access Table

    Hi I have an ADO connection which opens an ODBC connection. I can return a recordset and loop through the records. What is the code to import the results into a local MS Access table. I need to connect to 100 seperate ODBC databases and import 10 tables from each, so 1000 tables imported...
  6. r15gsy

    Import ODBC Data with DSN-less

    I am trying to import data from multiple ODBC sources. They all have a similar structure but are all independent accounting databases for different companies. I can get the import working by setting up a DSN entry, but would have to setup/amend the DSN entries when companies change. But the...
  7. r15gsy

    SMTP mail not being received by my server ... help

    Our website provider has setup a form on our website. When a user enters their details it sends an email to two accounts at our primary domain and to the webhost. The emails addressed our domain do not get delivered, but they do to the webhost. FYI our webhost loves MACs and I don't know if...
  8. r15gsy

    Multi-select list box - find a record/find as you type

    I am using a multi-select listbox which works fine and passes the selections to some code. The listbox has a long list of data and I need to be able to quickly find an item. How can I use a combo box to search, as it doesn't work with a multi-select list box. If I click on the list I can...
  9. r15gsy

    docmd.runsql clears my listbox selections

    I have a form with a multi-select listbox of id's and names and addresses. I have vba code which loops through the multi-select listbox to make a criteria string of id's. I use the string to create some SQL which updates the names or addresses of all the id's selected. My problem is that the...
  10. r15gsy

    Detect if a previewed report has been physically printed

    I have a db which produces several draft calculations on a report. The user may preview and change the criteria many times and preview the report. When the report is physically printed I want my db to recognise it has been printed and then run some SQL to lock down the calculations. What event...

Part and Inventory Search

Back
Top