Hello. I have a question. I have a tabular form that has as its record source an SQL string. The SQL string takes its records from one table. What I would like to do is add an extra field in the tabular form (a boolean field) in the detail area of the form which does not correspond to any field in the table from which the records are drawn, but which will appear on the same level as a specific record. I want to do this so the user can check this field for desired records to select a group of the displayed records for special attention. How might I do this? Can I modify the SQL string to create an extra field just for the form which does not correspond to a field in the table from which the records come?
Thank you in advance