Forms in 2007 - can you stop the controls from being grouped?

Heywood43

Registered User.
Local time
Today, 00:28
Joined
May 1, 2007
Messages
15
Hello

I am new to Access 2007 and one of the new features seems to be the controls that are generated from a form wizard are grouped together. When you click on the top control for example it shows all of the text boxes highlighted.

I created the form based on a query and the form layout was something like this:

first_name
last_name
street_address
city
state
zip

What I am trying to do is to get the layout to appear like this:

first_name last_name
street_address
city state zip

This is just to make it appear more like how an address would be written on a letter.


In any case, I can set it up that way by cutting and pasting and moving the controls around.

Here is the problem: no matter what I do I cannot set up the tab order correctly. I put in the numbers the way I want it, but immediately after I set them they change to another value.

What I think is happening is that the tab index is adhering to the control grouping even though I have "broken it up" by cut and pasting the controls were i want them.

I hope I am explaining this well enough. Does anyone know how to prevent Access from changing the tab order?

Thank you.
 
SOS - thanks so much, that is exactly what I need. I also added your reference material to my bookmarks. These web sites look like they will come in handy.

Thanks again for the quick response.
 
Sure thing, glad to be able to help.
 

Users who are viewing this thread

Back
Top Bottom