473,387 Members | 1,534 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Access 2007 Bound Controls on Forms in design view

I must be missing something. I'm trying to create a form with checkboxes and labels. I don't know what happened but now when I try to add a new checkbox control, the label box is now before the checkbox when before it was after. How does one set/move/change this behavior?? I cannot find this anywhere on MS website or even in my Access 2007 for dummies book.
Jun 23 '07 #1
5 4609
puppydogbuddy
1,923 Expert 1GB
I must be missing something. I'm trying to create a form with checkboxes and labels. I don't know what happened but now when I try to add a new checkbox control, the label box is now before the checkbox when before it was after. How does one set/move/change this behavior?? I cannot find this anywhere on MS website or even in my Access 2007 for dummies book.
See the tip below from the tip page of www.aadconsulting.com . The tip shows you how to change the default position of labels for each control type. If you just want to change the position of the label that "shifted", you can bypass the step of going to the toolbar and just change the label's x and y position for that control specifically.

Change the Default Position of Attached Labels

Access attaches a label to the left of a control by default.

To change the default position of a control's attached label you can set the left and top co-ordinates of the label using the control's Label X and Label Y properties. For example, to change the default so that the label appears to the right of a text box:

In Design view, double-click the form's Properties button to open the form's Properties window. In the Toolbox, click the Text Box button, to display the default Text Box properties in the Properties window. On the Format tab, change the default from -1 to 1in (or -3 to 3cm) for the Label X property.

You can also change the default position of the attached label so it is located above the text box, by setting the Label X property to 0 and the Label Y property to -0.25in (or -0.75cm).
Jun 23 '07 #2
See the tip below from the tip page of www.aadconsulting.com . The tip shows you how to change the default position of labels for each control type. If you just want to change the position of the label that "shifted", you can bypass the step of going to the toolbar and just change the label's x and y position for that control specifically.

Change the Default Position of Attached Labels

Access attaches a label to the left of a control by default.

To change the default position of a control's attached label you can set the left and top co-ordinates of the label using the control's Label X and Label Y properties. For example, to change the default so that the label appears to the right of a text box:

In Design view, double-click the form's Properties button to open the form's Properties window. In the Toolbox, click the Text Box button, to display the default Text Box properties in the Properties window. On the Format tab, change the default from -1 to 1in (or -3 to 3cm) for the Label X property.

You can also change the default position of the attached label so it is located above the text box, by setting the Label X property to 0 and the Label Y property to -0.25in (or -0.75cm).
Thanks and I saw and know this, what I'm saying is that I already have controls on the form and want to change them. When I click on them to see their properties, I do not see the Label X and Label Y choices to change them. However, when I select the Form Property Sheet I see these choices but its only when I create new controls on the form. I guess I'll have to delete all the current controls on the form and recreate them. <grrr>

Thanks for the reply
Jun 24 '07 #3
puppydogbuddy
1,923 Expert 1GB
Thanks and I saw and know this, what I'm saying is that I already have controls on the form and want to change them. When I click on them to see their properties, I do not see the Label X and Label Y choices to change them. However, when I select the Form Property Sheet I see these choices but its only when I create new controls on the form. I guess I'll have to delete all the current controls on the form and recreate them. <grrr>

Thanks for the reply
Sorry to confuse you. The left and top properties determine the horizontal and vertical positions. I believe the Label X and Label Y in the tip refer to the name property of your labels. So all you really need to do is hightlight all the labels you want to have the same horizontal and/or vertical position, change the property, and then save.
Jun 24 '07 #4
Sorry to confuse you. The left and top properties determine the horizontal and vertical positions. I believe the Label X and Label Y in the tip refer to the name property of your labels. So all you really need to do is hightlight all the labels you want to have the same horizontal and/or vertical position, change the property, and then save.
Thanks. Got it now. I can set the defaults by selecting the form and then the control. Then on existing controls I have to sort of ungroup them by selecting "remove" on the control layout section of the "Arrange" tab of the ribbon. Then I can change the Top and Left settings of the label and it will not move the checkbox along with the label box. It was this step that I didn't do before and when I changed the top and left settings of the label box it was still moving the check box along with it and not putting the label box after the check box.

Thanks for the help.
Jun 27 '07 #5
puppydogbuddy
1,923 Expert 1GB
Thanks. Got it now. I can set the defaults by selecting the form and then the control. Then on existing controls I have to sort of ungroup them by selecting "remove" on the control layout section of the "Arrange" tab of the ribbon. Then I can change the Top and Left settings of the label and it will not move the checkbox along with the label box. It was this step that I didn't do before and when I changed the top and left settings of the label box it was still moving the check box along with it and not putting the label box after the check box.

Thanks for the help.
You are welcome. Glad you got it resolved. I never have the problem with the control and label moving together because I always make sure that I only click on the label, itself, using the Shift Key + mouse click. Thanks for the feedback information.
Jun 27 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: hi | last post by:
Hi, Is there an IRC channel for help with access? I've created a form with some fields from several tables. When I go to "Form View" the fields I created with the wizard along with several...
5
by: Steve Strik | last post by:
My Problem: I have created a database here at work that is exhibiting some very strange behaviour. Essentially the database is structured in a manner where one table is a master record table...
49
by: Yannick Turgeon | last post by:
Hello, We are in the process of examining our current main application. We have to do some major changes and, in the process, are questionning/validating the use of MS Access as front-end. The...
16
by: TD | last post by:
This is the code under a command button - Dim ctl As Control For Each ctl In Me.Controls If ctl.BackColor <> RGB(255, 255, 255) Then ctl.BackColor = RGB(255, 255, 255) End If Next ctl
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
2
by: egoldthwait | last post by:
I need to convert a 17mb access 2000 db to Oracle and house it in a Citrix farm. The issue: we have never converted an Access Db to Oracle but can probably use Oracle's Workbench to assist with...
22
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one...
37
by: jasmith | last post by:
How will Access fair in a year? Two years? .... The new version of Access seems to service non programmers as a wizard interface to quickly create databases via a fancy wizard. Furthermore, why...
9
by: prakashwadhwani | last post by:
Hi !! I'm about to develop a new project for a client. Should I go about it in Access 2003 or 2007 ? Purchasing it either for me or for my client is not a major consideration here ... what I'd...
5
by: sphinney | last post by:
Basic question: Does anyone know how to go about adding a control to an Access 2007 form that will allow viewing a Word 2007 document? Reason for asking: My office is about to receive 100+/-...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.