Hi
Just wondering if anybody can shed some light on this for me.
I have a table which had the following fields:
tblrepdetails:
id = Autonumber
TrackingID = Number
Action = Text with combo box for (Attn, IP, SLA)
Date = Date/Time
Intls = Text
Time to complete = Number
The problem I have is that I have queries which do bulk sign off of the Action field, which allows duplicates as there are teh same sign off's for different accounts.
What I want is for a box to appear when the Action has already been signed off when I run the Bulk sign off querie.
The table looks something like this
Tracking ID Action Date Intls Time to cmplete
731 SLA 01/01/06 MA 03:00
731 Attn 01/01/06 MA 03:00
731 IP 01/01/06 MA 03:00
732 SLA 01/01/06 MA 03:00
732 Attn 01/01/06 MA 03:00
732 IP 01/01/06 MA 03:00
So when I run the querie to sign off 731 SLA it should pop up a message box saying that it has already been signed off any ideas how to do this would be greatly appreciated.
Thanks
Regards
Mark
Just wondering if anybody can shed some light on this for me.
I have a table which had the following fields:
tblrepdetails:
id = Autonumber
TrackingID = Number
Action = Text with combo box for (Attn, IP, SLA)
Date = Date/Time
Intls = Text
Time to complete = Number
The problem I have is that I have queries which do bulk sign off of the Action field, which allows duplicates as there are teh same sign off's for different accounts.
What I want is for a box to appear when the Action has already been signed off when I run the Bulk sign off querie.
The table looks something like this
Tracking ID Action Date Intls Time to cmplete
731 SLA 01/01/06 MA 03:00
731 Attn 01/01/06 MA 03:00
731 IP 01/01/06 MA 03:00
732 SLA 01/01/06 MA 03:00
732 Attn 01/01/06 MA 03:00
732 IP 01/01/06 MA 03:00
So when I run the querie to sign off 731 SLA it should pop up a message box saying that it has already been signed off any ideas how to do this would be greatly appreciated.
Thanks
Regards
Mark