I am using Access 2007.
I have a split form that reads from a table that I created. I have created a control on this form that uses DLookup to get a rate from an imported table based on data in the form.
I have tested several records manually and the rate that appears is correct. Therefore I know my DLookup formula is working properly.
When the user calls up a record in this form I want them to be able to change certain values on the form. These changes affect the rate and it should update accordingly, but it doesn't!
I have the formula in the control's property called Control Source. Should it be in a different property, and if so, why?
Any other input or suggestions would be greatly appreciated.