G
Guest
I have a report called "Print Order" that has as it's Record Source a table
called "Order". I don't want to print all of the fields in the table order
but I need to access all of them in the Print_Event procedure. Therefore my
question is how do I reference fields in the underlying table "Order" , if
they are not bound to controls on the report. Do I need to open a recordset
on the table "Order" ?
called "Order". I don't want to print all of the fields in the table order
but I need to access all of them in the Print_Event procedure. Therefore my
question is how do I reference fields in the underlying table "Order" , if
they are not bound to controls on the report. Do I need to open a recordset
on the table "Order" ?