scrolling combo boxes to the right

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

i need to build a form with large amount of fields
when i will scroll to the right the combo box will always appear,any
ideas?
 
I'm having trouble visualizing what you are trying to accomplish.

On the chance that I've guessed what you hope to do, have you considered
using a Tab Control rather than forcing the user to scroll...?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
my problem is that i have alot of fields that the only way to show them
nicely is by making them as "train" but still i need to have the pick
list and 2 fields that suppose to appear on the screen no metter where
the user is on the screen scroll
FL ëúá:
 
If, by "train", you mean you want the user to complete the controls in a
particular sequence, you can use a tab control to do this. If you need to
see certain controls always, you can create a new form, add those controls,
then add your tab control.

Put the related controls the user needs to see first on the first tab page,
second on the second... and so on.

You can even hide the tabs at the top and control the movement between the
pages with command buttons. For an example of how this could look, start
the New Query Wizard in the database window. For all practical purposes, as
you migrate through the wizard, you are moving from one tab page to another.

Regards

Jeff Boyce
Microsoft Office/Access MVP

my problem is that i have alot of fields that the only way to show them
nicely is by making them as "train" but still i need to have the pick
list and 2 fields that suppose to appear on the screen no metter where
the user is on the screen scroll
FL ëúá:
 
the problem is that for the record tab control its little bit of an
issue,becaouse if will just give an option of "OR" and not "AND" and i
think that the users will prefer the "AND" option
Jeff Boyce כתב:
 
another problem that i have using accualy this tab control is the issue
that i'm using all the forms levels(header,detail and footer) so i will
need to use the control tab on eath and one of them+
i think that the best solution for me its to find a way to indicate the
window frame left and by that manipulate the combo boxes togheter with
the scrolling
if you know the function it will really help
for now i saw me.windowleft but its not working when the form is
maximized

thread כתב:
 
I've not used the approach you are trying to find, so I won't be much help
there.

Best of luck

Jeff Boyce
Microsoft Office/Access MVP

another problem that i have using accualy this tab control is the issue
that i'm using all the forms levels(header,detail and footer) so i will
need to use the control tab on eath and one of them+
i think that the best solution for me its to find a way to indicate the
window frame left and by that manipulate the combo boxes togheter with
the scrolling
if you know the function it will really help
for now i saw me.windowleft but its not working when the form is
maximized

thread ???:
 

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

Back
Top