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!

Recent content by pwaterma

  1. pwaterma

    Copy one field to another

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

    weird form calculation

    yes there will be, not sure where yet
  4. pwaterma

    weird form calculation

    Try to clarify Quarter 1 would look like this SYear | Qtr | ISBN | Qty | NSales | RoyDue | Paid 2006 1 ### 8 34.48 17.24 Quarter 2 would look like this SYear | Qtr | ISBN | Qty | NSales | RoyDue | Paid 2006 1 ### 8 34.48 17.24 17.24 2006 2 ### 5...
  5. 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