G
Guest
Hi,
I hope this will make sense. Please bear with me.
I have two firlds in one table, ModelMun and Cost. Cost is going to be
conditional on ModelNum. In the past in a situation like this, I've just
used two combo boxes on a form and used VBA to assign the value of Cost based
on the ModelNUm selected.
Now, however, the Cost for each ModelNum is going to be changed every so
often. What we'd like to see is a very simple form with ModelNum and Cost,
both bound to db fields, and bound to each other such that Model1 is going to
have a set value, as is Model2 and so on. I'm sorry, but I just can't figure
out how to set this up such that I can bind the values to each other
initially, then allow the user to change Cost values on the form level, and
have those changes write back to the table, while retaining the binding to
the specific ModelNum.
Thank you very much for your time.
-R
I hope this will make sense. Please bear with me.

I have two firlds in one table, ModelMun and Cost. Cost is going to be
conditional on ModelNum. In the past in a situation like this, I've just
used two combo boxes on a form and used VBA to assign the value of Cost based
on the ModelNUm selected.
Now, however, the Cost for each ModelNum is going to be changed every so
often. What we'd like to see is a very simple form with ModelNum and Cost,
both bound to db fields, and bound to each other such that Model1 is going to
have a set value, as is Model2 and so on. I'm sorry, but I just can't figure
out how to set this up such that I can bind the values to each other
initially, then allow the user to change Cost values on the form level, and
have those changes write back to the table, while retaining the binding to
the specific ModelNum.
Thank you very much for your time.
-R