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  
 
programming4us programming4us