Click here to Skip to main content
15,913,361 members
Home / Discussions / Database
   

Database

 
AnswerRe: How do I make a MS Access Subform, A Special Case...] Pin
Mycroft Holmes3-Dec-09 18:43
professionalMycroft Holmes3-Dec-09 18:43 
A seven field composite primary key Dead | X| - sounds like a disaster has found somewhere to happen. This is a BAD idea, I have no knowledge of the performance issues with such a mess but the sheer cumberomeness of forever doing a 7 key join would drive me to drink.

I recommend that you insert a primary key into the central table and populate it, then turn autonumber on.

Now add the foreign key field to the other table(s) and use the 7 key horror to populate the field.

Make your relationship using these fields. You must make sure you support the change within your CRUD code.

Never underestimate the power of human stupidity
RAH

QuestionOptions besides sql dependency? Pin
prommel3-Dec-09 11:30
prommel3-Dec-09 11:30 
AnswerRe: Options besides sql dependency? Pin
Mycroft Holmes3-Dec-09 14:13
professionalMycroft Holmes3-Dec-09 14:13 
Questiondatabase design Pin
AndyInUK3-Dec-09 4:09
AndyInUK3-Dec-09 4:09 
AnswerRe: database design Pin
dan!sh 3-Dec-09 4:23
professional dan!sh 3-Dec-09 4:23 
GeneralRe: database design Pin
AndyInUK3-Dec-09 5:21
AndyInUK3-Dec-09 5:21 
GeneralRe: database design Pin
dan!sh 3-Dec-09 6:01
professional dan!sh 3-Dec-09 6:01 
GeneralRe: database design Pin
Mycroft Holmes3-Dec-09 14:09
professionalMycroft Holmes3-Dec-09 14:09 
GeneralRe: database design Pin
dan!sh 3-Dec-09 18:31
professional dan!sh 3-Dec-09 18:31 
QuestionSqlite (Max Value) Pin
jashimu3-Dec-09 3:56
jashimu3-Dec-09 3:56 
AnswerRe: Sqlite (Max Value) Pin
loyal ginger3-Dec-09 4:03
loyal ginger3-Dec-09 4:03 
GeneralRe: Sqlite (Max Value) Pin
jashimu3-Dec-09 4:45
jashimu3-Dec-09 4:45 
GeneralRe: Sqlite (Max Value) Pin
jashimu3-Dec-09 5:49
jashimu3-Dec-09 5:49 
GeneralRe: Sqlite (Max Value) Pin
dan!sh 3-Dec-09 6:03
professional dan!sh 3-Dec-09 6:03 
GeneralRe: Sqlite (Max Value) Pin
Mycroft Holmes3-Dec-09 14:03
professionalMycroft Holmes3-Dec-09 14:03 
QuestionHow to get currect number of weeks for the given date considering when 31st december is saturday Pin
chakran2-Dec-09 20:06
chakran2-Dec-09 20:06 
AnswerRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
WoutL2-Dec-09 21:56
WoutL2-Dec-09 21:56 
GeneralRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
chakran2-Dec-09 22:01
chakran2-Dec-09 22:01 
GeneralRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
WoutL2-Dec-09 23:36
WoutL2-Dec-09 23:36 
AnswerRe: How to get currect number of weeks for the given date considering when 31st december is saturday PinPopular
David Skelly2-Dec-09 22:49
David Skelly2-Dec-09 22:49 
GeneralRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
Mycroft Holmes3-Dec-09 14:00
professionalMycroft Holmes3-Dec-09 14:00 
QuestionNewbie question Pin
NAB372-Dec-09 8:48
NAB372-Dec-09 8:48 
AnswerDid you see my response in the VB.NET forum ? Pin
David Mujica2-Dec-09 9:05
David Mujica2-Dec-09 9:05 
GeneralRe: Did you see my response in the VB.NET forum ? Pin
NAB372-Dec-09 15:24
NAB372-Dec-09 15:24 
AnswerRe: Newbie question Pin
Blue_Boy2-Dec-09 9:21
Blue_Boy2-Dec-09 9:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.