Prompt Buttons

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

Guest

Hi I am new to Access and want to be able to do this:

I want to click on a button and enter in a percentage like: 0.458 or 0.455
then have it display on the command button and also use that value to
multiple the amount of miles....

Thank You for any help.....
 
It would be a lot easier to use a form field for this. You can make the
Special Effect on the field be Raised, and change the background color
to the same as the background color of the form - that would sort of
make it look like a button, I guess.

grep
 
Thank You for any help. Please I am new to this so, Do you mean to create a
unbound textbox? I will need what ever is typed in to be displayed on the
form (within that field) and then multiple by the amount of miles so I guess
something like:

MilAmt * Txtpermil (where MilAmt = Amount of miles and Txtpermil = percent)

Please help and Thank You!
 
Back
Top