I
inungh
I have a child table which has composite key ID and CID which both
link to parent table like following.
I would like to know is it bizard design like this?
tblParent
ID long integer primary key
MyDate Date Time
tblChild
ID long integer primary key
CID long integer primary key
ChildField Text(50)
Data will be
Parent table
ID MyDate
1 01/20/2008
2 03/15/2007
3 04/01/2008
Child table
ID CID ChildField
1 2 First time
1 3 Second time
Your information is great appreciated,
link to parent table like following.
I would like to know is it bizard design like this?
tblParent
ID long integer primary key
MyDate Date Time
tblChild
ID long integer primary key
CID long integer primary key
ChildField Text(50)
Data will be
Parent table
ID MyDate
1 01/20/2008
2 03/15/2007
3 04/01/2008
Child table
ID CID ChildField
1 2 First time
1 3 Second time
Your information is great appreciated,