B
Brian
In Excel, it is very easy for me to write if statements based on a previous
row’s content. For example: if(and(a1=a2,b1=b2),â€Yesâ€,â€Noâ€). Is there a way
to write a similar statement in Access with regard to a field’s content in a
previous row? For example: iif(and(row1 of field1 = row2 of field1, row1 of
field2 = row 2 of field2),â€yesâ€,â€noâ€). Any help would be greatly appreciated.
This is in regard to a calculation that is dependent upon date, technician,
and then previous GPS coordinates....so basically, if the date is the same
and the technician is the same, then calculate the distance from the current
GPS coordiantes from the previous GPS coordinates.
What I need to do is very easy in Excel, but the data set I'm working with,
as well as the process going forward, needs to be Access based.
I am open to SQL suggestions or other resources I can try.
Thanks,
Brian
row’s content. For example: if(and(a1=a2,b1=b2),â€Yesâ€,â€Noâ€). Is there a way
to write a similar statement in Access with regard to a field’s content in a
previous row? For example: iif(and(row1 of field1 = row2 of field1, row1 of
field2 = row 2 of field2),â€yesâ€,â€noâ€). Any help would be greatly appreciated.
This is in regard to a calculation that is dependent upon date, technician,
and then previous GPS coordinates....so basically, if the date is the same
and the technician is the same, then calculate the distance from the current
GPS coordiantes from the previous GPS coordinates.
What I need to do is very easy in Excel, but the data set I'm working with,
as well as the process going forward, needs to be Access based.
I am open to SQL suggestions or other resources I can try.
Thanks,
Brian