?
=?iso-8859-1?Q?Jesse_Avil=E9s?=
I have the following expression:
DMax("
[intInvDetID] ", "tblInvoiceDetails", "[lutxtInvoiceID]="
& "'" & [Forms]!frmInvoice![txtInvoiceID] & "'") + 1
as the default value property. My problem is that get a
#Error on the field. I used the Immediate window in VBA
to check the expression and it returns the correct
value.
Jesse Avilés
monk @ coqui . net
DMax("
[intInvDetID] ", "tblInvoiceDetails", "[lutxtInvoiceID]="
& "'" & [Forms]!frmInvoice![txtInvoiceID] & "'") + 1
as the default value property. My problem is that get a
#Error on the field. I used the Immediate window in VBA
to check the expression and it returns the correct
value.
Jesse Avilés
monk @ coqui . net