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: *

  1. chinitzj

    Autocreate Report

    Duane, Thanks a million. I have not implemented it yet, but this looks to be exactly what I need.
  2. chinitzj

    Autocreate Report

    Thanks Duane, I just stumbled upon your applet and downloaded it. Do you know if I can make this work in Access 97? I do have a computer with Access 2000. I was just about to try to open your applet there and see if I could extract what I needed and try to get it to work in 97.
  3. chinitzj

    Autocreate Report

    I have a form whose main purpose is to define a query. The form allows the user to specify criteria for up to 4 different fields in a table. The table actually contains many more fields so the form also allows the user to select which fields will appear in the query (in a multi-select listbox)...
  4. chinitzj

    Can I Eliminate Download DIalog (Open/Save As)

    I am using Brothercake's Ultimate Dropdown Menu on an intranet website. This menu sets up a hierarchy of links and child links by using commands of the format addsubmenuitem("url","Link name","_target","alt text") Hence you don't use the typical anchor...
  5. chinitzj

    Strange and erratic behaviour...

    I came across this thread during one of my random browsings and I'm so glad I read it. I have been having this problem, too and it has been so irritating. Auto Complete is so nice and you don't realize how useful it is until it doesn't work. I had an inactive shutdown form with a timer event and...
  6. chinitzj

    Identifying Network users - is .ldb file useful?

    I had the same problem until I downloaded the Microsoft Jet utilities (jetutils.exe). This includes an LDB viewer and some other useful tools. The LDB Viewer lists the users that are currently connected as well as the users that were connected since the creation of the current LDB file. It also...
  7. chinitzj

    Close database after specified time with no activity

    Despite a lot of redirection, I have several users of my databases who will oepn a database and leave it open when they go to a 4 hour meeting or in the worst case when they leave for an extended business trip. This causes troubles because I can't do any database changes and it tends to cause...
  8. chinitzj

    Problems converting Access 97 - 2000 / 2002

    Matt, I have not done this conversion specifically, but I did notice a probelm with your macro. You should not use the "=" sign for the expression in the SetValue action. Putting an "=" sign can cause very strange errors so removing it may fix your problem. Jen
  9. chinitzj

    Forgotten Database Password

    There are several hacking tools that exist (makes you wonder how useful passwords are these days!). Here is the website for one such tool: http://www.lostpassword.com/access.htm They have a FREE demo that gives you the first 2 letters of the password. That may be enough to jog your clients...
  10. chinitzj

    #error in memo field

    GingerR - Thanks for the reply. I am certain that your second explanation is not my problem becuse I don't have this situation. The first explanation may not be far off though. I am certain that I don't have multiple people editing a record at the same time because each record has one person...
  11. chinitzj

    Certain Selections within COMBO'S!!!!

    Try this... 1) create a single table (referenced as Table1 herein) with 3 columns: mainissue, issue, subissue - You can also add a primary key if you'd like. Populate with your issues. Your example above would have 11 records to cover all mainissue/issue/subissue combinations. 2) create a unique...
  12. chinitzj

    #error in memo field

    I have a table that includes a memo field called "project background". I have had a recurring problem that I was hoping someone out there was familiar with. This has been an infrequent occurence so its been hard for me to determine the exact cause. Here is the situation: 1) a record...

Part and Inventory Search

Back
Top