C
Chaster
I want to enter data into a table named Payables from my Form NewPayable.
The fields on my form are bound to [VendorID], [InvoiceNum],
[FCRefNum],[Amount]
If a vendor sends us an invoice with multiple line items we enter the 1st
record
[VendorID] ="ATE"
[InvoiceNum] = 512755
[FCRefNum] = 22220076
[Amount] = $198.57
I have a cmdbtn cmdSame.
I need help with the procedure to run on click of cmdSame
I want to add a new record
put in the same [VendorId] from the previous record "ATE"
put in the same [InvoiceNum] from the previous record 512755
set focus to [FCRefNum]
Should be simple but I am having a brain fart on this
TIA
The fields on my form are bound to [VendorID], [InvoiceNum],
[FCRefNum],[Amount]
If a vendor sends us an invoice with multiple line items we enter the 1st
record
[VendorID] ="ATE"
[InvoiceNum] = 512755
[FCRefNum] = 22220076
[Amount] = $198.57
I have a cmdbtn cmdSame.
I need help with the procedure to run on click of cmdSame
I want to add a new record
put in the same [VendorId] from the previous record "ATE"
put in the same [InvoiceNum] from the previous record 512755
set focus to [FCRefNum]
Should be simple but I am having a brain fart on this
TIA