popup number selector form

B

Brian

I have quite a few users that like to "click" as opposed to "type". They
have asked that, when choosing quantities (or anything else that requires
numerical input) that a pop-up form is displayed to let them click the number
they want. So they would click the number 9 on the popup form, and the 9
would be passed back to the requesting form in the requesting field. If the
user needed 16 pieces, they would click the 1 button and the 6 button.

I created a form that has the numbers 0-9, a clear button, a backspace
button, and a close button. That was easy. What I can't figure out is how
to make sure that the individual clicks are passed back to the requesting
form and requesting field.

Any suggestions?
 
R

ruralguy via AccessMonster.com

I would pass the FormName and the ControlName in the OpenArgs argument of the
OpenForm command. The reference the calling Form.Control through the Forms
collection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top