D
David
I have 2 variables that I got out of the dmax function in vb access.
strfoundinvnum = DMax("INVOICENUMBER", "INVOICES")
strfoundcust = DMax("customercode", "invoicetemptable")
strfoundinvnum
strfoundcust
I need to do a query that searches one of my tables for all fields where the
customer matches strfoundcust then places the strfoundcust value in the
invoicenumber field of the same record. What would be the best and simplest
way to accomplish this?
strfoundinvnum = DMax("INVOICENUMBER", "INVOICES")
strfoundcust = DMax("customercode", "invoicetemptable")
strfoundinvnum
strfoundcust
I need to do a query that searches one of my tables for all fields where the
customer matches strfoundcust then places the strfoundcust value in the
invoicenumber field of the same record. What would be the best and simplest
way to accomplish this?