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 IamaSherpa 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. hysaccess

    How to Reference a file in another directory ???

    Hello Guys or Gurls, Here is a small sniplet of the first 6 lines of my CGI file: #!/usr/bin/perl #use strict; #use warnings; use CGI::Carp qw(fatalsToBrowser); use lib 'modules'; use conf; The error that i get is on line 6 this is because the conf.pm does not reside in the #!/usr/bin/perl...
  2. hysaccess

    CommonDialog

    Sorry, bout this but how do u do it in access 2000
  3. hysaccess

    Service Unavailable ???

    I do have connections to databases, but i dont know how to fix it
  4. hysaccess

    Multicolumn listbox

    I'm back again, I am having trouble adding multicoloumns to a listbox by code ... I can only add items to the first coloumn ... Help ?? The values are not in a database it is programmatically made
  5. hysaccess

    Multicolumn listbox

    I'm back again, I am having trouble adding multicoloumns to a listbox by code ... I can only add items to the first coloumn ... Help ??
  6. hysaccess

    Finding matches in a table

    Thanks thats what the situation was ...
  7. hysaccess

    Service Unavailable ???

    Hello, I have recently put up an asp.net on a windows 2003 server, however i have noticed that my site sometimes read Service Unavailable why is this ... does this mean i need to get a more decent IIS server
  8. hysaccess

    Finding matches in a table

    No i'm just simply coding this in a MODULE
  9. hysaccess

    Searching through access

    Hello, I am using Access. I would just like to ask what is the simplest way to check if there is already a match in the table. E.g. I currently have a simple table containing a list of filenames. and i just simply want to know whether a filename already exists in that table already..
  10. hysaccess

    Finding matches in a table

    Hello, I would just like to ask what is the simplest way to check if there is already a match in the table. E.g. I currently have a simple table containing a list of filenames. and i just simply want to know whether a filename already exists in that table already..
  11. hysaccess

    import from EXCEL to ACCESS, HELP !!!

    Hello all Oh, here's the deal I have information in Microsoft Excel, which I need to process and append to the access database. So I first import the data from excel to access on a temporary table using: DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblTemp", strRet...
  12. hysaccess

    Import from EXCEL help

    Hello all, Oh, here's the deal I have information in Microsoft Excel, which I need to process and append to the access database. So I first import the data from excel to access on a temporary table using: DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblTemp&quot...

Part and Inventory Search

Back
Top