I have a report that is to be emailed to a remote user when ever it is updated. I've tried to put the code on the close-event of the report but I get an error (2585?)that states the action cannot be performed while processing a form or report event. If I close the report before this request...
I was wondering if anyone could tell me what Error 2585 meant. I want to add code to send email to the remote user from the click (Yes) event of the form close.
Here is the code:
DoCmd.Restore
Select Case intReturned
Case vbYes:
' Now mark those items selected as...
Thanks for the heads-up. I developed an update query that does what is needed. I have just the place for that code that you suggested to me, though. Thanks again, Dave!
Smoores
[thumbsup2]
I have two tables that share at least one field (ProductID). When a user changes data on a form, the Product Table gets updated correctly but the OrderItems Table does not. Can anyone tell me the correct SQL statement to update the OrderItems Table from the Product Table?
Cheers
Smoores
I am trying to run an update query and the result is "Error 3265 Item Not Found in this collection." The query is rendered from the statement:Call RunQueryParameter_TSB("", gCqryCraigsBOLQuery, "BOLCharge", BOLCharge) where the BOLCharge is the search field of the...
I am working with form that, when changed, will update one field of a query as it should, but not another field of the same query or the table from which the query is based upon. The query is only updated after it is closed and reloaded.
Any help would be appreciated.
Thanks
Smoores
I have a multiselect list box made. The user is to select as many of the listbox options (they are only order numbers) as necessary. The ones selected refer to the records that get printed; the ones unselected are ignored. Can anyone help me with the code that would identify which numbers...
I am trying to make a textbox value stand out after it is updated. I have tried a "Me.statusDesc.FontBold" routine with an on_change, before_update & after_update event to no avail. Could anyone offer any suggestions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.