A. We want to update a field in a table(1) with a value that has been set through a DLOOKUP from another table(2).
We have a combobox where we can select a conversion unit. With a DLOOKUP we lookup the conversion factor for this unit in another table(2) and put this factor on the form. We want this conversion factor to be updated in the table(1).
B. We also want to save calculated fields from the form in the table in the same way (without using an update query). We have many intermediate calculation fields that follow one another.
We have a combobox where we can select a conversion unit. With a DLOOKUP we lookup the conversion factor for this unit in another table(2) and put this factor on the form. We want this conversion factor to be updated in the table(1).
B. We also want to save calculated fields from the form in the table in the same way (without using an update query). We have many intermediate calculation fields that follow one another.