selacted text box for report

daameta

Registered User.
Local time
Today, 06:02
Joined
May 26, 2015
Messages
25
hi all,
i have new question. i have a form 'form1' with 5 text box. txt1, txt2 as so far. and report which have above five text box. i want to create chkbox for every txtbox in form1 so when user select txt1 or txt2 chkbox the report show only those data for txtbox1 or txtbox2 and other 3 txtbox will be invisible. is it possible any way please guide me. i think should use cmd button for generate report but i dont know code. any one who suggest any path for this problam.
 
Start at the first slide titled:- "Report Module Code"
 
Basically you use the reports on open event to draw the information you want from your form. (It will work as long as the form is open)
 

Users who are viewing this thread

Back
Top Bottom