im trying to create a report to print checks.
i am having hard time because information on the report must come from different table.
here is a layout i would want.
account #: 6/26/06 (date) $100.00 (amount)
===========One Hundred Dollars & No cents===
address here
account # and date has to come from table tbl_htran, address needs to come form tbl_payee, and currency with words needs to generate (i have a script..).
is this even possible? can someone please let me know if it is and if it is then how i may approach this?
i am having hard time because information on the report must come from different table.
here is a layout i would want.
account #: 6/26/06 (date) $100.00 (amount)
===========One Hundred Dollars & No cents===
address here
account # and date has to come from table tbl_htran, address needs to come form tbl_payee, and currency with words needs to generate (i have a script..).
is this even possible? can someone please let me know if it is and if it is then how i may approach this?