C
Christofer Dutz
Hi,
I am having a small Problem when printing Forms.
I have two ordinary String fields in my Access-DB which have to be
printed each letter in an individual box (looks like typed into boxes on
the form). I do this in the Froms Form_Current() Sub. Unfortunately I
found out that this Method is called for each Form that is printed but
the Me-Variable always has the value of the first data-entry for this
Form (the one that is beeing displayed when the user hits the Print-Button)
How can I reference the currently active data-row while printing?
Tanks in advance,
Chris
I am having a small Problem when printing Forms.
I have two ordinary String fields in my Access-DB which have to be
printed each letter in an individual box (looks like typed into boxes on
the form). I do this in the Froms Form_Current() Sub. Unfortunately I
found out that this Method is called for each Form that is printed but
the Me-Variable always has the value of the first data-entry for this
Form (the one that is beeing displayed when the user hits the Print-Button)
How can I reference the currently active data-row while printing?
Tanks in advance,
Chris