sorry, should have been more specific
i using a Tabular form that is using a query so it lists a bunch of records.
each records has the amoundue and amount paid.
on the form I put the button between the two.
I am getting an error because the button is repeated on each row.
any idea how I can...
i have a field called Amount Due and Amount Paid
I want to hit a button and copy the value in Amount Due to Amount Paid. I tried this
Private Sub Command16_Click()
Me!amountDue.SetFocus
DoCmd.RunCommand acCmdCopy
Me!amountPaid.SetFocus
DoCmd.RunCommand acCmdPaste
i get an error that command...
My boss came up with this wonderfull (sarcasm) idea for our statement forms.
right now we have a subform at the bottom of statement showing net sales and royalties due to our authors.
This is what it looks like:
SalesYear | Qtr | ISBN | Qty | Net Sales | Royalty Due
2006 1 ###...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.