G
Guest
I have a table that contains job numbers which associate to a specific
request message. The request often change throughout the job and these
changes are sent to the field as a change message to the original request.
So, each job number can have many request associated with it.
Job 1
- original message
- change message one
Job 2
- original message
- change message one
- change message two
Job 3
- original message
I need to keep all the messages in the databse for history purposes, but for
immediate uses I just want to query a Job # and only the Last message
entered, not all of the messages. Dates messages are entered are also
included in the table.
Job 1 change message one
Job 2 change message two
Job 3 original message
not
Job 1 original message
Job 1 change message one
Job 2 original message
Job 2 change message one etc.
Any suggestions on how to query this table?
Thank-you
request message. The request often change throughout the job and these
changes are sent to the field as a change message to the original request.
So, each job number can have many request associated with it.
Job 1
- original message
- change message one
Job 2
- original message
- change message one
- change message two
Job 3
- original message
I need to keep all the messages in the databse for history purposes, but for
immediate uses I just want to query a Job # and only the Last message
entered, not all of the messages. Dates messages are entered are also
included in the table.
Job 1 change message one
Job 2 change message two
Job 3 original message
not
Job 1 original message
Job 1 change message one
Job 2 original message
Job 2 change message one etc.
Any suggestions on how to query this table?
Thank-you