Hi John,
How will I be able to create a report interface that the users could pick and choose different criteria and generate a report on the fly.
I have main tables which serves my main form and junction tables which serves my subform.
Thanks.
John W. Vinson wrote:
Re: Form Based on Report
07-Sep-09
No.
Data is stored in Tables, and onlly in Tables.
Use the Form to update one or more Tables, and base the Form on a query of
those tables.
You can display data from a form on a report by setting the control source of
a textbox on the report to
=Forms!NameOfYourForm!NameOfSomeControl
but this would just be a single, static value and could not be used in sorting
or grouping.
--
John W. Vinson [MVP]
EggHeadCafe - Software Developer Portal of Choice
SQLiteHelper (a.k.a. SQLHelper) for SQLite.NET
http://www.eggheadcafe.com/tutorial...-b9f0-eca7b0f51c9a/sqlitehelper-aka-sqlh.aspx