Pedigreeman
Registered User.
- Local time
- Today, 13:21
- Joined
- Mar 14, 2011
- Messages
- 57
I am recording weight change in eggs over time during the incubation period. Each egg has a unique Egg_ID, and are listed in an underlying table, with details such as parent IDs, date laid, etc.
I would like to incorporate a weight change chart within a form. It would show how the weight has changed during the month of incubation. The egg is weighed periodically, but with no regularity, perhaps 5-10 days of the month of the incubation period (sometimes more sometimes less).
In the Egg_form, I would like to be able to view a chart displaying the weight change over time. I understand that what I need is something between a form and a table (a table to be displayed for each record).
My questions are these:
1) Where would I store the egg weight data (seperate table, or in seperate columns of the existing table?)
2) How can I put both this weight dates table AND the chart on a form? Or so that either can easily be displayed, and the table can easily be edited.
P.S. I am new to access so please try to keep things simple if possible, and thank you very much in advance if you can help me out with this and if anybody has any better ideas of how to go about this, I am all ears.
I would like to incorporate a weight change chart within a form. It would show how the weight has changed during the month of incubation. The egg is weighed periodically, but with no regularity, perhaps 5-10 days of the month of the incubation period (sometimes more sometimes less).
In the Egg_form, I would like to be able to view a chart displaying the weight change over time. I understand that what I need is something between a form and a table (a table to be displayed for each record).
My questions are these:
1) Where would I store the egg weight data (seperate table, or in seperate columns of the existing table?)
2) How can I put both this weight dates table AND the chart on a form? Or so that either can easily be displayed, and the table can easily be edited.
P.S. I am new to access so please try to keep things simple if possible, and thank you very much in advance if you can help me out with this and if anybody has any better ideas of how to go about this, I am all ears.