L
ludim
Hi I need to create a formula/sql that brings the previous record forward.
I have a phone number which needs to be populated into the next record where
the family member is the same.
I did this in an IF statement in excel. but in Access I could not make it
look up the previous continues record to update the next record.
=IF(A3=B3,C3,IF(AND(B3=3,A3-A4=-1),C2,""))
Can anyone help.
I have a phone number which needs to be populated into the next record where
the family member is the same.
I did this in an IF statement in excel. but in Access I could not make it
look up the previous continues record to update the next record.
=IF(A3=B3,C3,IF(AND(B3=3,A3-A4=-1),C2,""))
Can anyone help.