M
mbr96 via AccessMonster.com
I have a table of PO's that includes a "flag" field to indicate whether a PO
is fully paid or not. The PO table has a one to many relationship to a
payments table (multiple payments for 1 PO).
I've built an aggregate query that gives the total payments and last payment
date for the POs, but now I need to provide a user with an ability to update
the flag based on decisions from the aggregate query.
I'm building a form for this, but it I pull the flag field in the aggregate
query, it's not editable. I could use a dlookup to reference the flag field
on the form, but the whole point is to be able to edit the flag field.
Any suggestions?
MBR96
is fully paid or not. The PO table has a one to many relationship to a
payments table (multiple payments for 1 PO).
I've built an aggregate query that gives the total payments and last payment
date for the POs, but now I need to provide a user with an ability to update
the flag based on decisions from the aggregate query.
I'm building a form for this, but it I pull the flag field in the aggregate
query, it's not editable. I could use a dlookup to reference the flag field
on the form, but the whole point is to be able to edit the flag field.
Any suggestions?
MBR96