I have a payroll form which is based on a query which is based on a number of tables.
In the form i have calculated controls and bound controls where i enter the time card data.
My table/query only has the bound control data - not the calculated control values. I need to create a number of different reports with these values and i can't do this at the moment. I have tried a number of things such as changing the fields etc but nothing has worked. As the expressions are quite complicated - i don't want to put them into the query, why won't the query update with the values?
i don't know anything about SQL programming so things need t be kept as simple as possible
In the form i have calculated controls and bound controls where i enter the time card data.
My table/query only has the bound control data - not the calculated control values. I need to create a number of different reports with these values and i can't do this at the moment. I have tried a number of things such as changing the fields etc but nothing has worked. As the expressions are quite complicated - i don't want to put them into the query, why won't the query update with the values?
i don't know anything about SQL programming so things need t be kept as simple as possible