A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Column Naming Too Long



 
 
Thread Tools Display Modes
  #1  
Old December 22nd, 2008, 08:04 PM posted to microsoft.public.access.tablesdbdesign
Kaylen
external usenet poster
 
Posts: 133
Default Column Naming Too Long

I am designing a database consists of questions as column fields in a table.
My problem is that since the coulmn fields are the the questions, the
questions are very lengthy and won't fully fit in the column headings in the
table. I tried naming the columns by numbers but then when I export the data
onto excel, I can only see the numbers as columns headers and my goal is to
be able to see the whole question in the column heading instead. Any ideas on
how to solve this problem? Thank you!
  #2  
Old December 22nd, 2008, 10:33 PM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Column Naming Too Long

On Mon, 22 Dec 2008 12:04:03 -0800, Kaylen
wrote:

I am designing a database consists of questions as column fields in a table.


Then you are making a VERY BIG MISTAKE.

My problem is that since the coulmn fields are the the questions, the
questions are very lengthy and won't fully fit in the column headings in the
table. I tried naming the columns by numbers but then when I export the data
onto excel, I can only see the numbers as columns headers and my goal is to
be able to see the whole question in the column heading instead. Any ideas on
how to solve this problem? Thank you!


Use a normalized data structure with one question per *RECORD* rather than one
question per *FIELD*, in a table related one to many to your main table; and
use a Crosstab query with the question field as the Column Header for your
export to Excel.
--

John W. Vinson [MVP]
  #3  
Old December 22nd, 2008, 10:40 PM posted to microsoft.public.access.tablesdbdesign
Kaylen
external usenet poster
 
Posts: 133
Default Column Naming Too Long

Can you give me more detailed direction with this?

"John W. Vinson" wrote:

On Mon, 22 Dec 2008 12:04:03 -0800, Kaylen
wrote:

I am designing a database consists of questions as column fields in a table.


Then you are making a VERY BIG MISTAKE.

My problem is that since the coulmn fields are the the questions, the
questions are very lengthy and won't fully fit in the column headings in the
table. I tried naming the columns by numbers but then when I export the data
onto excel, I can only see the numbers as columns headers and my goal is to
be able to see the whole question in the column heading instead. Any ideas on
how to solve this problem? Thank you!


Use a normalized data structure with one question per *RECORD* rather than one
question per *FIELD*, in a table related one to many to your main table; and
use a Crosstab query with the question field as the Column Header for your
export to Excel.
--

John W. Vinson [MVP]

  #4  
Old December 22nd, 2008, 11:02 PM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Column Naming Too Long

On Mon, 22 Dec 2008 14:40:00 -0800, Kaylen
wrote:

Can you give me more detailed direction with this?


There's an excellent questionnaire demo application available at
Duane Hookum's "At Your Survey":

http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='At%20Your%20Survey%2 02000'

Also consider Roger Carlson's Training Registration database:
http://www.rogersaccesslibrary.com/d...gistration.mdb
--

John W. Vinson [MVP]
  #5  
Old December 23rd, 2008, 09:49 PM posted to microsoft.public.access.tablesdbdesign
Kaylen
external usenet poster
 
Posts: 133
Default Column Naming Too Long

Is there a way to have a hyperlink that opens to show a specific record on a
form?


"John W. Vinson" wrote:

On Mon, 22 Dec 2008 14:40:00 -0800, Kaylen
wrote:

Can you give me more detailed direction with this?


There's an excellent questionnaire demo application available at
Duane Hookum's "At Your Survey":

http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='At%20Your%20Survey%2 02000'

Also consider Roger Carlson's Training Registration database:
http://www.rogersaccesslibrary.com/d...gistration.mdb
--

John W. Vinson [MVP]

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:18 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.