Is it possible to format a field in a datasheet view of a form if the value of a field on another form is not equal to the field I want formatted?
To keep simple: say i have a form that shows invoices and a person enters the summary or totals in a variety of catagories. I have another form that will roll up individual charges that make up the catagories...entered by someone else. what i would like is for the form with the invoice summary to highlight red in the catagories where the summed total of the detail does not equal the summary entered.. kind of a bit of quality control to know that the people data entering details are doing correctly....
i can get to work perfectly if i query the summary and detailed totals in a query because i just say if field "x" <> field "y" but that renders the form incapable of putting in new invoices or editing an existing one because of the calculated query bit.
so i tried the update table query thing figuring if i hard wire the sums into the
table i could just select... but ran into the cant update because calculated blah blah...
i read to try temp tables but am not that skilled i think... so i figure if i can just have the conditional formatting compare the forms and records it might be easy.
I basically need form 1 to do something like this... to make sure its comparing the right records.. so i figure form 1 [invoice #] = form 2 [invoice #] and form 1 [field in question] <> form 2 [field in question]... if the field in question is not equal then to highlight red.... on form 1.
sorry if in advance if im using incorrect terms. but i have used this site before and done some really cool things thanks to so many of you out there who are just brilliant on Access. my utmost thanks in advance for any thoughts...
To keep simple: say i have a form that shows invoices and a person enters the summary or totals in a variety of catagories. I have another form that will roll up individual charges that make up the catagories...entered by someone else. what i would like is for the form with the invoice summary to highlight red in the catagories where the summed total of the detail does not equal the summary entered.. kind of a bit of quality control to know that the people data entering details are doing correctly....
i can get to work perfectly if i query the summary and detailed totals in a query because i just say if field "x" <> field "y" but that renders the form incapable of putting in new invoices or editing an existing one because of the calculated query bit.
so i tried the update table query thing figuring if i hard wire the sums into the
table i could just select... but ran into the cant update because calculated blah blah...
i read to try temp tables but am not that skilled i think... so i figure if i can just have the conditional formatting compare the forms and records it might be easy.
I basically need form 1 to do something like this... to make sure its comparing the right records.. so i figure form 1 [invoice #] = form 2 [invoice #] and form 1 [field in question] <> form 2 [field in question]... if the field in question is not equal then to highlight red.... on form 1.
sorry if in advance if im using incorrect terms. but i have used this site before and done some really cool things thanks to so many of you out there who are just brilliant on Access. my utmost thanks in advance for any thoughts...