chrisobrien1027
New member
- Local time
- Today, 17:25
- Joined
- Jun 10, 2008
- Messages
- 1
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 using Forms but I have no idea where to begin. Any help would be greatly appreciated...
CO
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 using Forms but I have no idea where to begin. Any help would be greatly appreciated...
CO