Can I resize an object while in form view?

  • Thread starter Thread starter Rubble
  • Start date Start date
R

Rubble

I am looking to create a form where I allow the user to grab either the top
border or bottom border of a rectangular box which will I will then pull the
height value for a value I use somewhere else in the procedure.

Is there a way to allow a user to change the size of an object (ie,
rectangle) on a form while in form view?

Thanks --

Jim
 
Yes but it’s a lot of VBA code and I haven't, as yet, tried it on a touch
screen.
That may or may not be what you want to do.

You might like to explain the reason for doing so because there may be other
ways of doing it without so much code.
 
Thank you Chris --

I am trying to make it so someone can enter time entries either through
entering "1.1" in a text box or they can drag the bottom border of the
rectangular box (that visually shows their hours) down until they hit 1.1
hours.

It seems pretty straightforward to be able to let them enter the 1.1
manually in the text box and then using code to change the size of the
rectangular box - the issue I am having is in allowing the bottom border of
the rectangular box to be dragged down some increments.

Thanks Again . . .
 
Back
Top