M
meilu
First of all:
Happy Holidays!
Next:
This is my code:
*********************************************************
Option Compare Database
Option Explicit
Private pResponse As Integer
Public Property Get FinalResponse() As Integer
FinalResponse = pResponse
End Property
*********************************************************
When I try to compile it highlights
pResponse, and says that it's not defined. Am I missing
a basic step or something?
Or is my project just getting amazingly corrupted?!
Thx,
Meilu
Happy Holidays!
Next:
This is my code:
*********************************************************
Option Compare Database
Option Explicit
Private pResponse As Integer
Public Property Get FinalResponse() As Integer
FinalResponse = pResponse
End Property
*********************************************************
When I try to compile it highlights
pResponse, and says that it's not defined. Am I missing
a basic step or something?
Or is my project just getting amazingly corrupted?!
Thx,
Meilu