Variable value

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

Guest

Hi.
I have a field in a continuous subform called [No_ID]. This is a numeric
field and the user enter manually «1», «2», ...
My question is: is it possible to define a variable «a» as the value entered
in the field [No_ID], only by having the mouse cursor on the field? (I need
to define a variable «a» in order to export it to a Word document as an order
number).
For example, if
[No_ID] = 1
then, if I have the mouse cursor in that specific field,
a = 1
and so on...
Thanks in advance.
Best regards,
Acores
 
You need to rethink your user interface! That is not a standard method of
entering data. Users routinely move the cursor all over the screen and it's
not a good idea to take that sort of action based on mouse movement.

Dorian
 

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

Similar Threads


Back
Top