Results 1 to 9 of 9

Thread: Access 2000 question

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441
    OK, I can write basic code to add,edit delete records.

    Can someone explain what indexs are? I see alot of reference, but I still don't know their purpose. Please provide examples, if possible...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Indexes are basically files that contain info about the physical location of records in a database file. When searching or sorting the database, the prog uses the index rather than the full dtabase, which speeds up record retrieval.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Do you know of any examples?

    Do you know anywhere that I can research on how to create them? I have a database that increases by 350 to 500 entries per week, and would like to know how to implement.

    By the way Lethal, how are those Software with Brains controls working for you?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  4. #4
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    View your database in design view. In the general tab, there is an option for an index, you can set it there. I love the controls, here's a pic of my app so far.
    Attached Images Attached Images  

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Like the pic

    I know this is off the intended subject but do you actually scan from your app?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  6. #6
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    I just did a print screen and pasted it into microsoft paint. Then saved it as a .gif

  7. #7
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Oh wait, do u mean the invoice? We scan them in using a xerox scanner, with software that incorporates OCR technology.

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    What I meant...

    The invoice you display, was that scnned from your app, or supplied to your app from another location?

    Anyways, thanks for the index advise. Gettin tired...break it tommorrow. Later.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  9. #9
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    what happens is after a batch is scanned in, they are dumped into a database, where I read the imagepath fields for the location to display the image, using the wang control. the wang control displays .tiff images.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width