S
Slaven Bojko
I have three tables:
Groups whith field groupID and ect.
Items whith field itemID and ect.
and Relations whiht fields itemID, groupID and date.
Date field keeps the dates when an item changed gropup it belongs to. So,
its a many to many relationship. The question is how can I write a query
that will give me all the items in a specific group on a given date? I see
no obvious solution, and it seems easier to put startdate and enddate fields
in Relations table, regaldles of redudancy that occures, but then I'll have
to change the design of a database... What do you think?
Thanks,
Slaven
(please remove ".makniovo" from my addres to replay directly to me)
Groups whith field groupID and ect.
Items whith field itemID and ect.
and Relations whiht fields itemID, groupID and date.
Date field keeps the dates when an item changed gropup it belongs to. So,
its a many to many relationship. The question is how can I write a query
that will give me all the items in a specific group on a given date? I see
no obvious solution, and it seems easier to put startdate and enddate fields
in Relations table, regaldles of redudancy that occures, but then I'll have
to change the design of a database... What do you think?
Thanks,
Slaven
(please remove ".makniovo" from my addres to replay directly to me)