I have Tbl_Transaction with the different types of transactions that can occur per report.
Some transaction types could have multiple entries per report, and for them I use a continuous subform.
However, I do have a few fields that are only going to be one value per report, not many.
Because it is only one, I used textboxes and not subforms.
But I don't really know how to do this well.
Do I add the single fields to the main query on the form?
Do I use DLookup?
Any other ideas I am missing?
Thanks. Sean.
Some transaction types could have multiple entries per report, and for them I use a continuous subform.
However, I do have a few fields that are only going to be one value per report, not many.
Because it is only one, I used textboxes and not subforms.
But I don't really know how to do this well.
Do I add the single fields to the main query on the form?
Do I use DLookup?
Any other ideas I am missing?
Thanks. Sean.