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 Wanet Telecoms Ltd 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 hawkeye71

  1. hawkeye71

    Error in loading DLL

    Op Sys: Windows 2000 Aceess: 2000 MS Office: 2002 I want to import a Excel file in Access as a table. I get the error: Error in loading DLL. Access does not specify which DLL. I have uninstalled and re-installed Access 2000, but still the same error. I have upgraded Access to 2002, but still...
  2. hawkeye71

    How to add record, but keep the same record in Forms View

    I am using Acces 2000 on Windows 2000. In the FORM view, I want to click a button, the click of button should do the following: 1. Add the record in the table 2. Move to the next record 3. In the list of drop down combo boxes, make all the previous records available. At present, 1. it adds the...
  3. hawkeye71

    Need help writing a macro

    Hi, I have five columns in a work sheet. one column has telephone number, another has name of the person, the other 3 coluns have different information. I want to write a macro, so that it asks for the phone number in a pop-up box, looks for that number in the whole excel file, and if it finds...
  4. hawkeye71

    Installing Berkeley DB on a PC!!!

    How can one install the Berkeley DB on a Win 2K PC? Do I need C libraries on my PC? I can not run the make commands on a Win 2K PC. Thanks, Indiana
  5. hawkeye71

    DB_File module installation problem

    Paul, Thanks again. I am not a DBA [smile] So far my understanding is that I need either MySQL or the DB_File for my search engine to work. Am I right? Thanks, Indiana
  6. hawkeye71

    DB_File module installation problem

    Thanks Paul. Do I need the Berkeley DB as well on my web server? If so why? Thanks, Indiana
  7. hawkeye71

    What is needed to have a Search Engine on a Apache Web Server

    I am running Apache 2.0.50 Web server on a MS Win 2K PC. I also installed Active Perl 5.8.x I want to use a script in Perl to work as a Search Page. It requires that I have a DB_File module on my PC. I downloaded the DB_File module but so far I am unsuccessful to install it. Then it also seems...
  8. hawkeye71

    DB_File module installation problem

    I am running ActivePerl 5.8.4.810 on a Win 2K PC. I do not have DB_File module installed. I downloaded it from http://simplythebest.net/scripts/perl_scripts/perl.html for Windows. When I ran it : pppm install DB_File.ppd I got the following errror: Error: no suitable installation target found...
  9. hawkeye71

    Script for a Search Engine

    I am running Apache web server on a Windows 2K PC. I also have Active Perl 5 installed. I want to create a search engine, such that, it should query on the key words entered by me, and look for the documents that have the key words in the document title. Do I need to write a script? If yes, is...
  10. hawkeye71

    How to add a record in a table and move cursor to first field

    I am using MS Access 2000. On a form, I want to place a button, when clicked, it should: 1. add the record to the table 2. Take the focus to the first field in the table (this is not the tab order) 3. the values in the fields do not get cleared once the record is added and the focus is sent to...
  11. hawkeye71

    Help needed on Search Engine Script

    I am running Apache web server on a Windows 2K PC. I also have Active Perl 5 installed. I want to create a search engine, such that, it should query on the key words entered by me, and look for the documents that have the key words in the document title. Do I need to write a script? If yes, is...
  12. hawkeye71

    Script for a Search Engine on the Web

    I am running Apache web server on a Windows 2K PC. I also have Active Perl 5 installed. I want to create a search engine, such that, it should query on the key words entered by me, and look for the documents that have the key words in the document title. Do I need to write a script? If yes, is...
  13. hawkeye71

    How to store values in a Combo Box

    I have created a FORM in Access 2000. The FORM is built using ONLY one table. I have 3 fields defined as combo boxes. What I Want: I enter the data in the fields(combo box) and if I go back, I do not have to retype the data, if I click on the drop down, I should be able to see the data or if I...
  14. hawkeye71

    How to reset the value of a control

    Thanks for the quick response. I believe it should work. Is "me" the name of the Form? Thanks, Indiana
  15. hawkeye71

    How to reset the value of a control

    Hi, I am using MS Access 2000. I have created a form from only ONE table. The form contains one drop down field, which can have only two values; A or B. This drop down is also from the same table. If I select A, I can enter data in fields G, H, and I. If I select B, I can enter data in fields C...

Part and Inventory Search

Back
Top