Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Master Klick is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Jul 2013
    Posts
    47
    That works for me. You're method worked, it was simple, to the point and idiot proof. I learn more getting to the point and clean info like that too. Now I have something else to pick apart and see what each thing in the code actually does. You helped with one thing but I'll end up using that info in 50 different ways. Thank you.

  2. #17
    Dal Jeanis is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    Okay, here's an assignment then. Suppose that you had a text box called txtNewQuant that had a new value to replace the old quantity, and the command button was called cmdSetQuant. What would the VBA behind the onClick event of cmdSetQuant look like?

    Can you get that working?

    Quick notes - remember that & is an operator that concatenates the strings on either side of it, and _ (underscore) at the end of a line is a continuation character.

    If you get the basic code together, then I'll follow up and throw in all the error checking code you'd normally want.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 06-28-2013, 01:59 PM
  2. Replies: 4
    Last Post: 08-30-2012, 07:58 PM
  3. Replies: 8
    Last Post: 03-22-2012, 08:48 AM
  4. Replies: 2
    Last Post: 08-01-2011, 11:35 PM
  5. Replies: 2
    Last Post: 10-27-2009, 07:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums