I have several calculated controls on a form (based on the controll source property being a dlookup function )that I want to have the values captured in a database so they can be sorted. I created a bound control text box, and in the corresponding unbound control text box I wrote an event procedure AFTER UPDATE as follows:
Me!txtunbound=Me!txtbound
so to speak
cant seem to capture the value in the bound text box. The bound textbox is in a main table and the form is bound on a query based on the fields in that table.
Still not working, all help appreciated! Thanks.
Me!txtunbound=Me!txtbound
so to speak
cant seem to capture the value in the bound text box. The bound textbox is in a main table and the form is bound on a query based on the fields in that table.
Still not working, all help appreciated! Thanks.