MS Access 2003.
I have a query behind a subform that has a sql statement like this:
SELECT ClientTotalInvoiceLineItems.* , CDate(GetWeekEnding([Week
There are a few methods of handling this, but one method is to have the record source of the subform initially empty, and then fill in the record source on the after insert event of the main form.