-
reports
O rite than..
Heres one..
Im doing this for a resturant..
I have a table named "items". It has two fields 'food' and 'price'. I have a form named 'form_payment' that has lots of text boxes like 'how paid' , ' served by' 'discount' etc etc...
No also on the form is a command button which print previews a report. The report runs ok and displays all the fields of the tables, ie; food and prices.
now in the report footer.. I would also like to display the information entered in the text boxes of the form_payment. I would like to display on the report "how paid"served by etc..
how?
please help..
:confused:
-
I am assuming you are using the PintForm command in your button and you are not using Crystal Reorts or some other report writer. You could create textboxes and make them visible.
i.e me.btnTextBox.visible = true
me.refresh
then after printing you could make them invisible
me.btntextbox.visible = false
-
hello
You want to pass form value to the report footer part
count the field and drag that quantity of lable on the report and pass the values to the report when u call report on the command button......
what report tool ur using data report of crystal report?????????
from
vaishu