J
Jim Pan
On the report, I have a textbox that is reference the property on the code
section.
For example, textbox: Name = Header_1.
Control Source = [GetCategory]
On the code:
Public Property Get GetCategory() As String
Select Case [MyCategoryData]
Case 1
GetCategory = "A Category"
Case 2
GetCategory = "B Category"
................
End Property
When I ran the report, I got #Name?
Does anyone has the same issues?
How can I debug a report?
This is for Access 2007 (Access 2003 is working perfectly).
Thanks.
section.
For example, textbox: Name = Header_1.
Control Source = [GetCategory]
On the code:
Public Property Get GetCategory() As String
Select Case [MyCategoryData]
Case 1
GetCategory = "A Category"
Case 2
GetCategory = "B Category"
................
End Property
When I ran the report, I got #Name?
Does anyone has the same issues?
How can I debug a report?
This is for Access 2007 (Access 2003 is working perfectly).
Thanks.