A
Alan Balthrop
I have created a table for goals scored by a soccer team. I want to create a querry to determine how much time elapsed between goals. I have
the time data stored in field counting the number of seconds (1 to 3600 to represent four-15 minute quarters).
I know the calculation is done by subtracting one time from another (3304 - 3246 = 58 seconds), but how do I write an expression asking for
that when the data I need is in the same column of the same table (the times are in different records, but the two parts of this expression
are in the same column of the table).
Thanks for any help you can provide this novice!!
Alan
the time data stored in field counting the number of seconds (1 to 3600 to represent four-15 minute quarters).
I know the calculation is done by subtracting one time from another (3304 - 3246 = 58 seconds), but how do I write an expression asking for
that when the data I need is in the same column of the same table (the times are in different records, but the two parts of this expression
are in the same column of the table).
Thanks for any help you can provide this novice!!
Alan