I often use the forms wizard to create tab-style forms that are planned as subforms. The fieldID’s are used as the column headings. I often prefer a different caption. Where is the proper place to change this? Access doesn’t “hold” changes if I edit the label in the form . Adding a caption to the properties box doesn’t do it either. Seems as if I have found it, but now I cannot remember where.
Thanks
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Managing col. headings in tab-style forms (2000, XP)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Managing col. headings in tab-style forms (2000, XP)
- This topic has 26 replies, 6 voices, and was last updated 20 years, 10 months ago.
AuthorTopicWSsanora
AskWoody LoungerMay 14, 2004 at 3:33 pm #404926Viewing 1 reply threadAuthorReplies-
WScharlotte
AskWoody Lounger -
WSsanora
AskWoody LoungerMay 15, 2004 at 1:46 am #827576I did say it badly on several counts. It is evidently the datasheet view I’m having trouble with. The column headings are the field labels. Can I use a caption? When I look at a datasheet-style form in design view, it LOOKS like a the kind of form the wizard makes if you choose Tabular. In the design view, I can edit the column heading directly or in the properties box, I can add a caption for the label or change the label name. And Access continues to display the field name. I can change the style to continuous and get what I want, but I’d like to know if it is possible to modify the column heading in datasheet view.
Thanks. -
WScharlotte
AskWoody Lounger -
WScharlotte
AskWoody Lounger -
WScharlotte
AskWoody Lounger -
WScharlotte
AskWoody Lounger -
WSMarkD
AskWoody LoungerMay 15, 2004 at 4:12 am #827608If you are using a Datasheet form, the Column Headings will reflect the textbox labels ONLY if the label is “attached” to the “parent” textbox (or other control used to display data). If the label is “detached”, its caption will NOT be reflected in the Datasheet column headings; instead, the name of the control (not the underlying field), will be reflected. Recommend double-check form in design view and ensure the labels are “attached” to parent control. You can determine if label is attached by selecting textbox only in design view. If label is attached, you’ll see a handle in the upper left corner when parent control is selected. See attached pic (Northwind Orders Subform1) – there are two OrderID textboxes, the first one has an attached label, while the second one has detached label. To attach an “orphaned” label, select label, Cut, select textbox, Paste. The label will now be “attached” to textbox and its caption will be reflected in column headings. The bottom image shows form when opened, the first column reflects attached label caption, while 2nd column reflects the name of duplicate OrderID textbox (Text8).
HTH
-
WSsanora
AskWoody LoungerMay 15, 2004 at 3:50 pm #827762Mark, you answered a question I have had for a long time – and it’s not one I knew applied to this situation. However, I still have a problem. When I look at my datasheet form in design view, I do not see what you and Charlotte see. Yours are arranged in the “columnar” format. Mine is in the “tabular” format. If I “attach” as you suggest, the label joins the field in the detail area and I cannot drag the newly attached label to the form header area. The only way to get it up there is to break that attachment.
How can I change the design view arrangment to the “columnar” layout? (I have a Word attachment with screen captures I’m not being able to send through, so I hope the description is good enough.)
-
WSMarkD
AskWoody LoungerMay 15, 2004 at 6:15 pm #827842I’m not sure what exactly type of form you’re using, but if you use the “Form Wizard” to create a so-called “Tabular” form, what it creates is a form designed to run in “Continuous Forms” view. What I illustrated in previous reply was not “Continuous Forms” view, but “Datasheet” view. You can set the default view for a form in form Design View, Form Properties, “Format” tab, “Default View” property setting. See attached pic, top setting is for so-called “Tabular” (continuous view) form, while bottom setting is for Datasheet view. The business about the label caption governing what appears in the column headings only applies to a form open in Datasheet view. When the labels are detached (in the form header), as in “Tabular” form created by wizard, then the label itself is displayed when form opened.
HTH
-
WShasse
AskWoody LoungerJuly 14, 2004 at 3:24 pm #851180Dear members of this board,
is their actually an answer to this question of sanora, above?
[indent]
If I “attach” as you suggest, the label joins the field in the detail area and I cannot drag the newly attached label to the form header area. The only way to get it up there is to break that attachment.
[/indent]
It’s no matter of big importance as in a datasheet form, the arrangement of controls in design view isn’t reflected in form view, but it would be nice to know & might come in handy in certain situations…
Can you move an attached label from the detail section to the header section? Or can you create an attached label directly in the header section? Or is the only solution recreating the form through the form wizard all over again? -
WSMarkD
AskWoody LoungerJuly 14, 2004 at 3:34 pm #851186If you are asking, can an control be located in one section (eg, Detail) and an attached label in another (eg, Form Header) the answer is NO, the control and attached label must reside in same section of the form. If you cut attached label from control and paste in header section, the label is no longer attached to control.
HTH
-
WSMarkD
AskWoody LoungerJuly 14, 2004 at 3:34 pm #851187If you are asking, can an control be located in one section (eg, Detail) and an attached label in another (eg, Form Header) the answer is NO, the control and attached label must reside in same section of the form. If you cut attached label from control and paste in header section, the label is no longer attached to control.
HTH
-
WSHansV
AskWoody LoungerJuly 14, 2004 at 3:40 pm #851190Labels in one section cannot be attached to controls in another section.
The Form Wizard creates controls with attached labels in the detal section if you select “Datasheet”, and with detached labels in the header if you select “Tabular” (i.e. a continuous form). If you have created a tabular form with the wizard, and would prefer a datasheet form, you must either cut the labels one by one from the header, select the corresponding control in the detail section and paste (this will re-attach the label to the control), or re-create the form from scratch.
-
WShasse
AskWoody Lounger -
WBell
AskWoody_MVPJuly 15, 2004 at 2:06 am #851480I’m curious why you would want a label in a header attached to a control in the detail section (or any section other than the header)? The only advantage to having a label attached to the control is that you can move the two together. But you certainly wouldn’t want to do that when the control and the label are in different sections, would you?
-
WShasse
AskWoody LoungerJuly 15, 2004 at 1:04 pm #851659Hi, Wendell,
it’s just a minor issue and might be a sign of rather bad development habits, so I’m a bit ashamed to have brought it up here(isn’t there any shyish-staring-at-my-feet smily?) but I don’t want to let your question unanswered, so…
It happens that I start building my forms before it’s sure what the overall design will be. Then it would be handsome & save some work at times
– if one would be able at any stage to switch between datasheet & continuous/tabular form type without having to worry about those captions-labels;
– if, when one has to rearrange the columns-fields’ order in a continuous/tabular form as fields get added & deleted,… one could move both textbox/combo & attached label simultaneously in one click & drag (instead of click-select, move mouse, ctrl+click-select again, drag… when they’re not attached).
Greetings,
Hasse -
WShasse
AskWoody LoungerJuly 15, 2004 at 1:04 pm #851660Hi, Wendell,
it’s just a minor issue and might be a sign of rather bad development habits, so I’m a bit ashamed to have brought it up here(isn’t there any shyish-staring-at-my-feet smily?) but I don’t want to let your question unanswered, so…
It happens that I start building my forms before it’s sure what the overall design will be. Then it would be handsome & save some work at times
– if one would be able at any stage to switch between datasheet & continuous/tabular form type without having to worry about those captions-labels;
– if, when one has to rearrange the columns-fields’ order in a continuous/tabular form as fields get added & deleted,… one could move both textbox/combo & attached label simultaneously in one click & drag (instead of click-select, move mouse, ctrl+click-select again, drag… when they’re not attached).
Greetings,
Hasse -
WBell
AskWoody_MVPJuly 15, 2004 at 2:06 am #851481I’m curious why you would want a label in a header attached to a control in the detail section (or any section other than the header)? The only advantage to having a label attached to the control is that you can move the two together. But you certainly wouldn’t want to do that when the control and the label are in different sections, would you?
-
WShasse
AskWoody Lounger -
WSHansV
AskWoody LoungerJuly 14, 2004 at 3:40 pm #851191Labels in one section cannot be attached to controls in another section.
The Form Wizard creates controls with attached labels in the detal section if you select “Datasheet”, and with detached labels in the header if you select “Tabular” (i.e. a continuous form). If you have created a tabular form with the wizard, and would prefer a datasheet form, you must either cut the labels one by one from the header, select the corresponding control in the detail section and paste (this will re-attach the label to the control), or re-create the form from scratch.
-
WShasse
AskWoody LoungerJuly 14, 2004 at 3:24 pm #851181Dear members of this board,
is their actually an answer to this question of sanora, above?
[indent]
If I “attach” as you suggest, the label joins the field in the detail area and I cannot drag the newly attached label to the form header area. The only way to get it up there is to break that attachment.
[/indent]
It’s no matter of big importance as in a datasheet form, the arrangement of controls in design view isn’t reflected in form view, but it would be nice to know & might come in handy in certain situations…
Can you move an attached label from the detail section to the header section? Or can you create an attached label directly in the header section? Or is the only solution recreating the form through the form wizard all over again? -
WSMarkD
AskWoody LoungerMay 15, 2004 at 6:15 pm #827843I’m not sure what exactly type of form you’re using, but if you use the “Form Wizard” to create a so-called “Tabular” form, what it creates is a form designed to run in “Continuous Forms” view. What I illustrated in previous reply was not “Continuous Forms” view, but “Datasheet” view. You can set the default view for a form in form Design View, Form Properties, “Format” tab, “Default View” property setting. See attached pic, top setting is for so-called “Tabular” (continuous view) form, while bottom setting is for Datasheet view. The business about the label caption governing what appears in the column headings only applies to a form open in Datasheet view. When the labels are detached (in the form header), as in “Tabular” form created by wizard, then the label itself is displayed when form opened.
HTH
-
-
WSsanora
AskWoody LoungerMay 15, 2004 at 3:50 pm #827763Mark, you answered a question I have had for a long time – and it’s not one I knew applied to this situation. However, I still have a problem. When I look at my datasheet form in design view, I do not see what you and Charlotte see. Yours are arranged in the “columnar” format. Mine is in the “tabular” format. If I “attach” as you suggest, the label joins the field in the detail area and I cannot drag the newly attached label to the form header area. The only way to get it up there is to break that attachment.
How can I change the design view arrangment to the “columnar” layout? (I have a Word attachment with screen captures I’m not being able to send through, so I hope the description is good enough.)
-
-
WSMarkD
AskWoody LoungerMay 15, 2004 at 4:12 am #827609If you are using a Datasheet form, the Column Headings will reflect the textbox labels ONLY if the label is “attached” to the “parent” textbox (or other control used to display data). If the label is “detached”, its caption will NOT be reflected in the Datasheet column headings; instead, the name of the control (not the underlying field), will be reflected. Recommend double-check form in design view and ensure the labels are “attached” to parent control. You can determine if label is attached by selecting textbox only in design view. If label is attached, you’ll see a handle in the upper left corner when parent control is selected. See attached pic (Northwind Orders Subform1) – there are two OrderID textboxes, the first one has an attached label, while the second one has detached label. To attach an “orphaned” label, select label, Cut, select textbox, Paste. The label will now be “attached” to textbox and its caption will be reflected in column headings. The bottom image shows form when opened, the first column reflects attached label caption, while 2nd column reflects the name of duplicate OrderID textbox (Text8).
HTH
-
-
WSsanora
AskWoody LoungerMay 15, 2004 at 1:46 am #827577I did say it badly on several counts. It is evidently the datasheet view I’m having trouble with. The column headings are the field labels. Can I use a caption? When I look at a datasheet-style form in design view, it LOOKS like a the kind of form the wizard makes if you choose Tabular. In the design view, I can edit the column heading directly or in the properties box, I can add a caption for the label or change the label name. And Access continues to display the field name. I can change the style to continuous and get what I want, but I’d like to know if it is possible to modify the column heading in datasheet view.
Thanks.
-
-
WScharlotte
AskWoody Lounger
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Discover the Best AI Tools for Everything
by
Alex5723
4 hours, 23 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
6 hours, 42 minutes ago -
Rufus is available from the MSFT Store
by
PL1
15 hours, 22 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
17 hours, 31 minutes ago -
KB5061768 update for Intel vPro processor
by
drmark
3 hours, 24 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
15 hours, 42 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
13 hours, 16 minutes ago -
Office gets current release
by
Susan Bradley
15 hours, 54 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
2 days, 5 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
1 day, 14 hours ago -
Stop the OneDrive defaults
by
CWBillow
2 days, 6 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
2 days, 16 hours ago -
X Suspends Encrypted DMs
by
Alex5723
2 days, 18 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
2 days, 19 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
2 days, 19 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
2 days, 20 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
2 days, 8 hours ago -
Enabling Secureboot
by
ITguy
2 days, 15 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
3 days, 4 hours ago -
No more rounded corners??
by
CWBillow
3 days ago -
Android 15 and IPV6
by
Win7and10
2 days, 13 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
3 days, 16 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
3 days, 19 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
3 days, 13 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
4 days, 2 hours ago -
May preview updates
by
Susan Bradley
3 days, 14 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
3 days, 5 hours ago -
Just got this pop-up page while browsing
by
Alex5723
3 days, 18 hours ago -
KB5058379 / KB 5061768 Failures
by
crown
3 days, 15 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
2 days, 18 hours ago
Recent blog posts
Key Links
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.