G
Guest
Hi there and thanks in advance for your help. I have 2 questions about my
forms that I cannot quite figure out.
1. I have a main form with several fields to fill out (by typing in or using
combo boxes), as well a tab control with 6 tabs on it and on each of the tabs
there is a sub-form. When I choose a value from a combo-box, I want only the
fields that pertain to that value to be enabled on the sub-forms. For
example, if the location is "Babine", I want the "Oversize Tops" field to be
enabled - but if the location is "Decker", I want the "Oversize Tops" field
to be disables. And this applies to several fields on the sub-forms. Can
you please help on this one?
2. I have a field that is a total field for the table that is calculated
based on the other fields on the form. For example, "Total_1_Point_Fines" is
based on the total of 5 other fields on the form. I used the following
expression in its control source
"=([Limbs_debris]+[School_marms]+[Snipes]+[Tops_over]+[Tops_under])" and it
displays on the form properly, but when I look at the table, the value is not
being updated. Any ideas on what I am doing wrong here?
Thanks,
Todd
forms that I cannot quite figure out.
1. I have a main form with several fields to fill out (by typing in or using
combo boxes), as well a tab control with 6 tabs on it and on each of the tabs
there is a sub-form. When I choose a value from a combo-box, I want only the
fields that pertain to that value to be enabled on the sub-forms. For
example, if the location is "Babine", I want the "Oversize Tops" field to be
enabled - but if the location is "Decker", I want the "Oversize Tops" field
to be disables. And this applies to several fields on the sub-forms. Can
you please help on this one?
2. I have a field that is a total field for the table that is calculated
based on the other fields on the form. For example, "Total_1_Point_Fines" is
based on the total of 5 other fields on the form. I used the following
expression in its control source
"=([Limbs_debris]+[School_marms]+[Snipes]+[Tops_over]+[Tops_under])" and it
displays on the form properly, but when I look at the table, the value is not
being updated. Any ideas on what I am doing wrong here?
Thanks,
Todd