hceonetman
Technical User
This seems a very basic function in Access, but I can't get it to work right. I have a form and subform, both from tables with a one-many rela. In the subform there are two fields, footage and mileage. I want the user to be able to update either field and the subform to then calculate the other, that is, user enters footage 5280, mileage field should be set to 1 and display as such. Or vice versa.
I set the afterupdate property of the footage field to call a macro which does 'SetValue' of me!mileage to Round([me]![Footage]/5280,2). When I enter a value in the footage field I get the error "The object doesn't contain the Automation ofject 'Me'". It says to check the component's documentation for info on the properties and methods it makes available for automation operations. What exactly are they trying to say?
Thank you.
If all else fails, I may have to read the manual.
I set the afterupdate property of the footage field to call a macro which does 'SetValue' of me!mileage to Round([me]![Footage]/5280,2). When I enter a value in the footage field I get the error "The object doesn't contain the Automation ofject 'Me'". It says to check the component's documentation for info on the properties and methods it makes available for automation operations. What exactly are they trying to say?
Thank you.
If all else fails, I may have to read the manual.