M
mosquitooth
Hi
in one of my access reports, I created a textbox, that
shall be filled with data, when the report appears. The
data to show is stored in a public/ global var that is
declared in a module. Now, I tried to implement this in
the Report_Open handler as following:
TextBox1.SetFocus
TextBox1.Text = myglvar
But all that happens is, that access denies this two
expressions.
How can I solve this??
mosquitooth
in one of my access reports, I created a textbox, that
shall be filled with data, when the report appears. The
data to show is stored in a public/ global var that is
declared in a module. Now, I tried to implement this in
the Report_Open handler as following:
TextBox1.SetFocus
TextBox1.Text = myglvar
But all that happens is, that access denies this two
expressions.
How can I solve this??
mosquitooth