Results 1 to 6 of 6

Thread: Could someone please create me an access DB with 2 tables...???

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    Talking Could someone please create me an access DB with 2 tables...???

    I require an access DB with 2 tables:

    tblUsers

    ID (auto increment field) Integer
    username varchar * 20 REQUIRED
    Password varchar * 8 REQUIRED
    Description * 20 NOT REQUIRED

    tblTasks
    ID (Auto increment) Integer
    UserID Integer REQUIRED
    Description String * 100 REQUIRED

    Cheers,

    Woka

  2. #2
    Fanatic Member JPicasso's Avatar
    Join Date
    Aug 2001
    Location
    Kalamazoo, MI
    Posts
    843
    Does not compute.
    Merry Christmas

  3. #3
    Frenzied Member RudyL's Avatar
    Join Date
    Mar 2001
    Location
    Chicago
    Posts
    1,519

    Re: Could someone please create me an access DB with 2 tables...???

    Originally posted by Wokawidget
    I require an access DB with 2 tables:

    tblUsers

    ID (auto increment field) Integer
    username varchar * 20 REQUIRED
    Password varchar * 8 REQUIRED
    Description * 20 NOT REQUIRED

    tblTasks
    ID (Auto increment) Integer
    UserID Integer REQUIRED
    Description String * 100 REQUIRED

    Cheers,

    Woka
    Here you go.. That will bo $50.00 US$$

    J/K Keep in mind, Password is a Key word in Access, you will have to soround it with the # symbol (almost positive, but might be another symbol.. I can check if you need me to).

    Out of courosity, how do you not have access?


    Rudy
    Attached Files Attached Files
    10 different ways to skin a cat and amazingly enough each and every one has the same result, the cat gets skinned! The same can be applied to code, so be nice and accept each others "preferences".

  4. #4

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632
    We have office 2000 at wrk, it did not ship with Access
    We have SQL Server 7...no need for access unless I want to write a demo app to post on VBF...

    Cheers...

    However...the DB u posted has ID1 and ID as fields...ID1 being an increment, and ID being a standard integer...is there any chance you could remove the column ID from both takes and rename ID1 to ID???

    Much appreciated

    Waok

  5. #5
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    San Jose, Ca. - USA
    Posts
    302
    I had some free time so...
    Attached Files Attached Files

  6. #6

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