G
Guest
Good afternoon
I have a macro that's hanging on me, and I am not able to determine cause. I'm on Win2000 running Access 2000.
This runs OnClick on a form
GotoRecord - Next (to complete the record
OpenQuery - "Update", (action query) in Datasheet view Edit Data Mode - changes the status to "Acknowledged
GotoRecord - Previous (to get off New Record if that's where I am
SendObject - condition = [Forms]![Open_Requests].[Update_Result] = 1 **Note: Update_Result is an option group and 1 is "Acknowledged", which is the submacro I want to run**, Query, Send_Updated_Status, .xls format, Subject: Acknowledged, Text: message, Edit Message (yes
OpenQuery - "Update2", (action query) in Datasheet view Edit Data Mode - changes "Selected" to False (unchecked)
I wasn't having trouble with this the other day, I don't think. I added new actions to take care of Acknowledged --> Scheduled status change, including travel itinerary and how much work needed to be done onsite. I removed the new actions to troubleshoot, but I still cannot find the problem, even when I step run it
Can someone help me, please
Thank you
Derek
I have a macro that's hanging on me, and I am not able to determine cause. I'm on Win2000 running Access 2000.
This runs OnClick on a form
GotoRecord - Next (to complete the record
OpenQuery - "Update", (action query) in Datasheet view Edit Data Mode - changes the status to "Acknowledged
GotoRecord - Previous (to get off New Record if that's where I am
SendObject - condition = [Forms]![Open_Requests].[Update_Result] = 1 **Note: Update_Result is an option group and 1 is "Acknowledged", which is the submacro I want to run**, Query, Send_Updated_Status, .xls format, Subject: Acknowledged, Text: message, Edit Message (yes
OpenQuery - "Update2", (action query) in Datasheet view Edit Data Mode - changes "Selected" to False (unchecked)
I wasn't having trouble with this the other day, I don't think. I added new actions to take care of Acknowledged --> Scheduled status change, including travel itinerary and how much work needed to be done onsite. I removed the new actions to troubleshoot, but I still cannot find the problem, even when I step run it
Can someone help me, please
Thank you
Derek