Microsoft
Software
Hardware
Network
Question : Compile Error: Object Required
I am getting a Compile Error: Object Required when I try to set a variable that I have defined with the following statement: Dim Payment_ID As Integer. I get the error on the following line of code: Set Payment_ID = Payment!Payment_ID.
Please tell me how to set this variable without the compile error. Also, the value I am trying to use to set Payment_IDis an autonumber field on a table row that has just been created with AddNew. How do I refer to that field value?
Thanks very much for your help.
Answer : Compile Error: Object Required
TYPO ...
"and do use Set" >>> and Don't use Set
mx
Random Solutions
Subreport within a subreport
How to obtain the Product key
Access 2007 and PDF
SharePoint (WSS 3) access via UNC path
SELECT query based on selected Listbox values
MAPI ODBC issue
Access control inside nested gridview
checking if a table exists
How do I perform a calculation in an update query?
Does anyone know how to create a check in check out Inventory.