Hi, I am trying to do something similar to cell referencing in Excel with Access.
For example, in Excel, one of the formulas I have is:
=if(E3=E2,0,1)
=if(E4=E3,0,1)
=if(E5=E4,0,1)
and so on...
I want to do something similar in Access without using excel and I've heard that it can be done...