Find CommandButton tied to specific field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I point the command button to a specif field in my form? I only want
it to look in my number field when I click on it, not where my cursor is
located at the time.
 
What do you want the command button to do to the 'number field'?

A command button can do anything (print a form, display a picture, play a
song, close the database, etc.) Your question does not tell us what your
button does, how it was built, what your "number field" is, etc.

We need much more detail.
 
I want to do the same thing. Here's my info. I have a field on my form
called FILE#. I want to click on the FIND button and have it point at FILE#
field every time, no matter where the cursor is at. This will allow the user
to do a search for a particular FILE# without having to do a query or combo
box.

closkey
 
Back
Top