M
MadCrazyNewbie
Hey Group,
Sorry i know i`ve asked this before and got loads of responses but im
confused as to what to do
I have a Table:
FaxID(Primary Key), Serial, Make, Model, Department(Lookup Table),
Site(Lookup Table).
I would like to be able to have another table of Meter Reading. Our meter
reading is taken as intervals no of which wich have a pattern, some may be
taken every month others may be taken every 3, some others every 6.
I`ve now created a Second Table:
FaxMeterReadingID(PrimaryKey), Date, Reading
Now how would I link these 2 tables together? - Would it just be a case of a
Many-toOne relationship with FaxMeterReadingID and FaxID?
Any Help or a Step by Step Guide would be appriciated.
Many Thanks
MCN
Sorry i know i`ve asked this before and got loads of responses but im
confused as to what to do
I have a Table:
FaxID(Primary Key), Serial, Make, Model, Department(Lookup Table),
Site(Lookup Table).
I would like to be able to have another table of Meter Reading. Our meter
reading is taken as intervals no of which wich have a pattern, some may be
taken every month others may be taken every 3, some others every 6.
I`ve now created a Second Table:
FaxMeterReadingID(PrimaryKey), Date, Reading
Now how would I link these 2 tables together? - Would it just be a case of a
Many-toOne relationship with FaxMeterReadingID and FaxID?
Any Help or a Step by Step Guide would be appriciated.
Many Thanks
MCN