Hello all,
As Im just beginner in access and related stuff I would really appreciate your help with my problem which is lasting for a few days already. Im working on a changes report and my purpose is to look for changed data in table from last month compared with current one. Previously I used excel for this report but as it getting bigger its more comfortable to use access. So to explain it a little bit I took data from last month and pasted it next to the data from this month and then I used this array formula in excel in order to count the changes in related rows, here it is : {=IF(C3="",SUM(IF(D3:CI3<>CK3:FP3,1,0)),"")}. My question would be if I could do something like this in access ? If better explanation is needed please let me know.
All your help is much appreciated.
Martin
As Im just beginner in access and related stuff I would really appreciate your help with my problem which is lasting for a few days already. Im working on a changes report and my purpose is to look for changed data in table from last month compared with current one. Previously I used excel for this report but as it getting bigger its more comfortable to use access. So to explain it a little bit I took data from last month and pasted it next to the data from this month and then I used this array formula in excel in order to count the changes in related rows, here it is : {=IF(C3="",SUM(IF(D3:CI3<>CK3:FP3,1,0)),"")}. My question would be if I could do something like this in access ? If better explanation is needed please let me know.
All your help is much appreciated.
Martin