Hello All,
I am trying to create an Access report and am using the VB Code "in the background." My question is this: how do I get a vriable that I have on this VB coding area to appear on my Access report? The code looks something like this:
________________________________
Option Compare Database
Dim intVar1 As Integer
intVar1 = 5
________________________________
How does one get the variable 5 (in this example) to appear on an Access report?
I would appreciate any quick assistance as I am crunching on a project. Thanks.
Chinyere :-D
I am trying to create an Access report and am using the VB Code "in the background." My question is this: how do I get a vriable that I have on this VB coding area to appear on my Access report? The code looks something like this:
________________________________
Option Compare Database
Dim intVar1 As Integer
intVar1 = 5
________________________________
How does one get the variable 5 (in this example) to appear on an Access report?
I would appreciate any quick assistance as I am crunching on a project. Thanks.
Chinyere :-D