dbTalk Databases Forums  

Re: help: design issues

comp.databases.ms-access comp.databases.ms-access


Discuss Re: help: design issues in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Pavel Romashkin
 
Posts: n/a

Default Re: help: design issues - 08-05-2003 , 02:02 PM






Make a junction table that will contain 3 columns: projID, namesID and jobDate.
Populate the table with combinations of assigned IDs. Relate the primary
keys to projects and names, and run queries to retrieve the assignment information.

Good luck,
Pavel

spamspamspam wrote:
Quote:
projects table:

projID project
-----------------
64533 DoSomething
74236 DoAnotherThing
-543645 LastThing

names table:

namesID first last
------------------------------
-643234 billy bob
08745 sue NO_LAST
-23454 NO_FIRST smith
567833 NO_FIRST NO_LAST

(side issue, there shouldn't be two billy bob's, ignoring BILLY BOB v
billy bob)

billy bob, sue, and mr/mrs smith are all working on DoSomething.
Sue's also working on DoAnotherThing. LastThing doesn't have anyone
"assigned" to it yet, so NO_FIRST NO_LAST is doing that project, the
default entry.

as new projects are entered with the AddProjects form, there needs to
be some mechanism to enter billy bob, sue, and smith, and to connect
them to a particular project.

is the answer a bound combo box, with cascade update/delete,
referential integrity, many names to one project, blah blah blah.

ok, how do i do this, please?

"spamspamspam"
mapsmapsmaps (AT) mail (DOT) com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.