ThaBizness
Registered User.
- Local time
- Today, 03:25
- Joined
- Sep 15, 2004
- Messages
- 19
I have a service call application which in one table records the service call number and the time the call was placed. In another table I have the service call details and time a technician worked on it. In the details table there can be multiple entries for one service call because a tech might call or work on it multiple times before its closed.
SrvCall Tbl
svcNum
dateOpened
svcStatus
Details Table
svcNum
dateworked
timeworked
memodetails
I want to make a query where I can see each individual ticket, the time it was opened, and the time of the first contact from the other table. The ticket number and the time opened is in one table and the details and time the ticket was worked on in another.
How would I go about this?
SrvCall Tbl
svcNum
dateOpened
svcStatus
Details Table
svcNum
dateworked
timeworked
memodetails
I want to make a query where I can see each individual ticket, the time it was opened, and the time of the first contact from the other table. The ticket number and the time opened is in one table and the details and time the ticket was worked on in another.
How would I go about this?