G
Guest
Hi,
I have a table that keeps on inserting record at backend. I would like to
print out a report automatically (without pressing any button) whenever there
is a record with the field value "PRINT".
Table A
Field 1 Field 2 Field 3
-------------------------------------
a b 1
a c 2
a PRINT 1 <-------- print report here
b c 1
b c 2
b PRINT 3 <---------print report here
d d 1
d d 2
............
Is it possbile to achieve this?? Thanks in advance.
I have a table that keeps on inserting record at backend. I would like to
print out a report automatically (without pressing any button) whenever there
is a record with the field value "PRINT".
Table A
Field 1 Field 2 Field 3
-------------------------------------
a b 1
a c 2
a PRINT 1 <-------- print report here
b c 1
b c 2
b PRINT 3 <---------print report here
d d 1
d d 2
............
Is it possbile to achieve this?? Thanks in advance.