CHAOSinACT
Registered User.
- Local time
- Today, 12:00
- Joined
- Mar 18, 2009
- Messages
- 235
to make it simple if i have a report with an unbound control where the heck do i put this:
Report_rptCivilJobs.txtCivilJobNumberDisplay.Value = "001"
normally would go in form_current but need it to process for each detail in report (assume "001" would be some code generating that number) i've tried putting it and other code every where nothing seems to affect report detail...only the bound fields show up....
Ideas? questions? comments? lol...
Thanks in advance.
Report_rptCivilJobs.txtCivilJobNumberDisplay.Value = "001"
normally would go in form_current but need it to process for each detail in report (assume "001" would be some code generating that number) i've tried putting it and other code every where nothing seems to affect report detail...only the bound fields show up....
Ideas? questions? comments? lol...
Thanks in advance.