Results 1 to 8 of 8

Thread: Couple of questions

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    Northern Maine
    Posts
    281

    Couple of questions

    I have a couple of problems that I can't seem to get through and I need some help.

    The first question is a simple one. Can you have multiple users in an Access 2000 MDB file?? I have a program with about 8 users (all adding and deleting records at will) and I want to make sure it is going to allow that.

    The second question is, I have a list box and I am using a text box to search the contents of the list box. As I type in the TextBox it compares the text to that of the ListBox. However, this is where my problem arises. I have approximatly 200 items in the listbox and if you don't know the exact name you can't find it. Is there any way to use a wild card to search through the listbox?? I think I would need to use the Like function in VB but I'm not sure how to use that. If anyone could help it would be appreciated.

    Any questions please ask.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    Northern Maine
    Posts
    281
    Help????

  3. #3
    AIS_DK
    Guest
    Question 1:
    Yes, it's possible, but not easy. I would recommend, that you buy a book on creating databases for Enterprise use, since the deal with the issues surronding this area.

    Question 2:
    You will need to create your own way here, but I would go for a method based on, that when the used presses ENTER, and the wildcard is pressent, you go thorugh each element in the list, and see if whatever the user typed is part of any of the elements by using then "INSTR" function.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    Northern Maine
    Posts
    281
    As far as the database is concerned, would it be easier to use the new Microsoft Database (I believe MSDE or something like that)??

  5. #5
    AIS_DK
    Guest
    The problems about multiusers enviroments, has nothing to do with the database, it's purely in your program, and the way it handles the data, that the problem arises.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    Northern Maine
    Posts
    281
    I see, would you happen to have any advice on where to start with a solution??

  7. #7
    AIS_DK
    Guest
    I'm not an Enterprise Database developer, I just know of the problems, not the solutions.

    I would recommend, that you got a book like:

    Professional VB6 Database Programming, published by WROX Press.

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    Northern Maine
    Posts
    281
    Cool....thanks alot for you help...I'll look into that book.

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