G
Guest
I have a form that I am filling out listing each person in our company, their
cell phone numers, misc and than I have a combo box that I get to choose a
rate plan (it's being pulled from a table of available rate plans).
Once I select the rate plan - I set it up in the control source of the next
text box labelled "cost" with =RatePlan.Column(1) so that the cost is
automatically put in once the rate plan is selected. However, my problem is
that the value of the rate plan is not getting stored in the table (which I
am using in other forms).
Any ideas of what I'm doing wrong?
Thank you in advance for your help
cell phone numers, misc and than I have a combo box that I get to choose a
rate plan (it's being pulled from a table of available rate plans).
Once I select the rate plan - I set it up in the control source of the next
text box labelled "cost" with =RatePlan.Column(1) so that the cost is
automatically put in once the rate plan is selected. However, my problem is
that the value of the rate plan is not getting stored in the table (which I
am using in other forms).
Any ideas of what I'm doing wrong?
Thank you in advance for your help