G
Guest
My thanks to Steve Clark for solution to my recent query on grouping by time
interval on a memo field. After some work to adapt to my Tables/Query
structures the function to which he pointed me worked perfectly as required.
I'm very appreciative of the help the experts offer in these discussion
groups.
The project to which that problem belongs has now given rise to an entirely
differerent question and I'm hoping for the same success in asking for a
solution.
Data table contains fields as follows
Date "date/time"
Number 1 "number"
Number 2 "number"
TimeInSeconds "number"
I need a query which will output the following fields
date
number 1
number 2
TimeInSeconds
RepeatFlag "Number" or "Boolean"
The Repeatflag field in the query will have its value set to 1 or True
TimeInSeconds = 0 and the next record has duplicate values in both fields
Number 1 and Number 2.
For info I am trying to establish if the phone number making a call in
record 1 is making the same call in record two (i.e. re-dialling the number)
because the first attempt did not connect (as measured by the 0 value in
TimeInSeconds")
As always, any help would be very much appreciated.
Regards
Michael Bond
interval on a memo field. After some work to adapt to my Tables/Query
structures the function to which he pointed me worked perfectly as required.
I'm very appreciative of the help the experts offer in these discussion
groups.
The project to which that problem belongs has now given rise to an entirely
differerent question and I'm hoping for the same success in asking for a
solution.
Data table contains fields as follows
Date "date/time"
Number 1 "number"
Number 2 "number"
TimeInSeconds "number"
I need a query which will output the following fields
date
number 1
number 2
TimeInSeconds
RepeatFlag "Number" or "Boolean"
The Repeatflag field in the query will have its value set to 1 or True
TimeInSeconds = 0 and the next record has duplicate values in both fields
Number 1 and Number 2.
For info I am trying to establish if the phone number making a call in
record 1 is making the same call in record two (i.e. re-dialling the number)
because the first attempt did not connect (as measured by the 0 value in
TimeInSeconds")
As always, any help would be very much appreciated.
Regards
Michael Bond