F
FJ Questioner
I have an invoice input form which includes the fields InvoiceDate and
InvoiceDueDate. I use the DatePicker for InvoiceDate and just regular manual
entry for InvoiceDueDate.
How do I get the value of InvoiceDueDate to change whenever the InvoiceDate
is changed? (I want the InvoiceDueDate to be equal to the InvoiceDate plus
a constant from a field in another table, called Terms. I have a query which
makes this calculation.
I thought this would be easy. Have the InvoiceDate trigger an On Upate
macro which sets the value of InvoiceDueDate to the query result. However,
since all this happens before the record is complete, the query doesn't
update when the InvoiceDate is changed. It only updates when the entire
record is completed.
Am I missing something obvious here? Any suggestions?
Thanks,
FJ
InvoiceDueDate. I use the DatePicker for InvoiceDate and just regular manual
entry for InvoiceDueDate.
How do I get the value of InvoiceDueDate to change whenever the InvoiceDate
is changed? (I want the InvoiceDueDate to be equal to the InvoiceDate plus
a constant from a field in another table, called Terms. I have a query which
makes this calculation.
I thought this would be easy. Have the InvoiceDate trigger an On Upate
macro which sets the value of InvoiceDueDate to the query result. However,
since all this happens before the record is complete, the query doesn't
update when the InvoiceDate is changed. It only updates when the entire
record is completed.
Am I missing something obvious here? Any suggestions?
Thanks,
FJ