How do I save information from one ticket to appear in a new ticket once a field in the old ticket has been changed to appear as a mirrored ticket except that changed field?
I am receiving an error message about a (missing operator) in query expression 'PK_Audience =':
Private Sub DeletePublicationRecord()
delPK_PubData = ComboPubName
CurrentDb.Execute "DELETE FROM Tbl_Audience WHERE
PK_Audience = " & DLookup("FK_Audience", "Tbl_PubData", "PK_PubData =...
Receiving error message 3061 when trying to submit changes. When I hit the Debug button, it goes to the below highlighted code:
End If
' execute sql to update record in Tbl_PubData using form data
' PK_pubData, PrintID, PK_pubData, PubType, PubSubType, PubSubTypeOther, Frequency...
Good Morning All,
I am unable to filter in my Advanced Search form. I am unable to pull back just the Spanish selections instead it pulls back all English and Spanish publications. I have adjusted the query as well as the vba script and still unable to pull back just the Spansih pubs. Help!!!!!!!
Hi All,
I am unable to print to the default printer in a report in Access 2007. When the print button is hit, a Save As box opens with the printing screen grayed out behind it. Why is this happening?
Hi All,
I am here today again. Now with a print issue. I am receiving an error message that is listed in the subject. Listed below is the current code that I currently have. I know this is a quick fix, but I can not figure it out for the world.
Option Explicit
Private Sub...
Hi,
I am in serious need of some help. I have been trying how to fix the code in access and I am coming up with no resolution. I am new to this, so any help will greatly be appreciated.
Private Sub UpdatePubName()
' UPDATE RECORD FOR Tbl_PubName
' execute sql to update record in...
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.