Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pwaterma
  • Content: Threads
  • Order by date
  1. pwaterma

    Copy one field to another

    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...
  2. pwaterma

    weird form calculation

    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 ###...

Part and Inventory Search

Back
Top