Hi,
I have to write ...I think it's a trigger...
I have a table, TABLE_A, I need to print all the records (an access report, to printer) in TABLE_A whenever the FIELD_1 of the new inserted record = "PRINT" (the user keep on inputting record, I have to print out the report whenever it triggers the "PRINT" value). Shall I do this by writing macro and then run the marco throughout the time the user accessing the database? Or I can do that in an easier way?? How should my code look like??
Thanks in advance!
I have to write ...I think it's a trigger...
I have a table, TABLE_A, I need to print all the records (an access report, to printer) in TABLE_A whenever the FIELD_1 of the new inserted record = "PRINT" (the user keep on inputting record, I have to print out the report whenever it triggers the "PRINT" value). Shall I do this by writing macro and then run the marco throughout the time the user accessing the database? Or I can do that in an easier way?? How should my code look like??
Thanks in advance!