Ok, to be humorous, I will say I made a database for lemonade.
I have a table for a pitcher of lemonade, tblPitcher and one for the glasses from the pitcher tblGlasses and a junction table tlnkPitGls. I am using the junction table to ensure that no glasses can be chosen that have not been made in pitchers…(lookup)
There are expected to be two glasses per pitcher of lemonade.
The pitchers are numbered 02-001-002 then 02-003-004, etc. (02 is for 2002)
The glasses are to be numbered 02-001, 02-002, etc.
1. I do not want the glasses to be poured and distributed until all of the information on the pitcher is complete. I am not sure how to ensure that
1.1. Maybe a button on the bottom of the pitcher form to open the glasses form that will only work if the data is complete, otherwise an error message comes up…How do I do that?
1.2. If I can do that, can I close the pitcher form first and go to the first correct record for the glasses?
2. I would also like the lookup for the tblGlasses not to include glasses that have already been poured…is this possible?
3. Once the glasses have been poured and distributed and all of the data is in place for the glasses, I do not want the records to be able to be changed. How could I do this?
3.1. How about a message popping up if a yes/no “Close Record” field is selected (where the field is automatically populated once all the data is input?) How would you suggest I do this?
4. If lemonade is spilled out of the pitcher or a glass is dropped, a glass is “scrapped.” How should I create a scrap record?
4.1. Should I have a separate table for scrap where I can put the reason (since a glass can be scrapped out of the pitcher or the glass)?
4.2. Is a yes/no field on each form (frmPitcher and frmGlasses) for scrap and a pop-up form where the scrap reason can be input reasonable?
4.3. If I have lookup fields for scrap reasons, can I have scrap reasons that only show up if the scrap comes from frmPitcher and different ones for frmGlasses?
I know this is a lot and I have a lot to learn but I am hoping that the answers you give me will help me out with my real-life process control database.
Thanks for your help,
Shelli Godfrey
I have a table for a pitcher of lemonade, tblPitcher and one for the glasses from the pitcher tblGlasses and a junction table tlnkPitGls. I am using the junction table to ensure that no glasses can be chosen that have not been made in pitchers…(lookup)
There are expected to be two glasses per pitcher of lemonade.
The pitchers are numbered 02-001-002 then 02-003-004, etc. (02 is for 2002)
The glasses are to be numbered 02-001, 02-002, etc.
1. I do not want the glasses to be poured and distributed until all of the information on the pitcher is complete. I am not sure how to ensure that
1.1. Maybe a button on the bottom of the pitcher form to open the glasses form that will only work if the data is complete, otherwise an error message comes up…How do I do that?
1.2. If I can do that, can I close the pitcher form first and go to the first correct record for the glasses?
2. I would also like the lookup for the tblGlasses not to include glasses that have already been poured…is this possible?
3. Once the glasses have been poured and distributed and all of the data is in place for the glasses, I do not want the records to be able to be changed. How could I do this?
3.1. How about a message popping up if a yes/no “Close Record” field is selected (where the field is automatically populated once all the data is input?) How would you suggest I do this?
4. If lemonade is spilled out of the pitcher or a glass is dropped, a glass is “scrapped.” How should I create a scrap record?
4.1. Should I have a separate table for scrap where I can put the reason (since a glass can be scrapped out of the pitcher or the glass)?
4.2. Is a yes/no field on each form (frmPitcher and frmGlasses) for scrap and a pop-up form where the scrap reason can be input reasonable?
4.3. If I have lookup fields for scrap reasons, can I have scrap reasons that only show up if the scrap comes from frmPitcher and different ones for frmGlasses?
I know this is a lot and I have a lot to learn but I am hoping that the answers you give me will help me out with my real-life process control database.
Thanks for your help,
Shelli Godfrey