Goodday all,
I used to create sheets with excel but now i want to transfer everything to access. This is my problem:
a table with:
column Date (D)
column Pressure Left (PL)
column Pressure Right (PR)
for example:
D1 06-jul-09
PL1 250
PR1 0
D2 07-jul-09
PL2 221
PR2 0
In excel i can use several functions =IF(D2>D1;PL1-PL2;"0").....
Basicly i want to use kinda formula in access.....how to do that??
Thnx in advanced
I used to create sheets with excel but now i want to transfer everything to access. This is my problem:
a table with:
column Date (D)
column Pressure Left (PL)
column Pressure Right (PR)
for example:
D1 06-jul-09
PL1 250
PR1 0
D2 07-jul-09
PL2 221
PR2 0
In excel i can use several functions =IF(D2>D1;PL1-PL2;"0").....
Basicly i want to use kinda formula in access.....how to do that??
Thnx in advanced