Mimadocken
Registered User.
- Local time
- Yesterday, 23:28
- Joined
- Mar 12, 2012
- Messages
- 81
I'm building a database for my knitting group that will help them find all those wonderful patterns they have in stacks of magazines, and then adjust them to fit better and recalculate the instructions from centimeters to inches (or visa versa) depending on how they prefer to work.
So, my idea was to have a very simple form based on a super simple table. You fill in your name and then place a check into the checkbox IF you work in inches. Then you click a button to indicate you've finished. Once you do that, the form would disappear and the table wouldn't accept any more information.
On another form, you enter information about a neat pattern you've found INCLUDING checking in a checkbox IF the pattern is written in inches.
Finally, I want to write a formula that says If the Owner form has a check in the checkbox AND the pattern has a check in its checkbox, then no translation is needed. However if the two checkboxes disagree, then If the Owner checkbox says inches and the pattern checkbox says centimeters, then translate the pattern to inches. If the Owner checkbox says Centimeters and the Pattern says Inches, then translate the pattern to centimeters.
My problem seems to be with the Owner form. How do I allow this form to appear, allow someone to fill in the spaces ONCE and then make the whole thing disappear, while allowing the data to be used in formulae later on? OR is there a better way to handle this than I'm thinking of?
Any ideas are appreciated.
So, my idea was to have a very simple form based on a super simple table. You fill in your name and then place a check into the checkbox IF you work in inches. Then you click a button to indicate you've finished. Once you do that, the form would disappear and the table wouldn't accept any more information.
On another form, you enter information about a neat pattern you've found INCLUDING checking in a checkbox IF the pattern is written in inches.
Finally, I want to write a formula that says If the Owner form has a check in the checkbox AND the pattern has a check in its checkbox, then no translation is needed. However if the two checkboxes disagree, then If the Owner checkbox says inches and the pattern checkbox says centimeters, then translate the pattern to inches. If the Owner checkbox says Centimeters and the Pattern says Inches, then translate the pattern to centimeters.
My problem seems to be with the Owner form. How do I allow this form to appear, allow someone to fill in the spaces ONCE and then make the whole thing disappear, while allowing the data to be used in formulae later on? OR is there a better way to handle this than I'm thinking of?

Any ideas are appreciated.