1a800 Data Entry in Crosstab Format
Sign Up |  Live StatsLive Stats    Articles 37,330| Comments 177,252| Members 19,411, Newest Mongaloidicspasm| Online 465
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags

Data Entry in Crosstab Format

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 115 USD (23%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Automate data entry Chi Information Technology 5 28-Jul-2006 08:39 AM
Invalid Data Format tb Information Technology 8 28-Jul-2006 08:31 AM
Invalid Data Format tb Information Technology 9 28-Jul-2006 08:31 AM
Data entry in upper case Lori Information Technology 6 28-Jul-2006 08:24 AM
RE: Double data entry for data validation Jose Information Technology 1 03-Nov-2005 11:35 AM


Tags
data, entry, crosstab, format
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:10 AM
pom15595's Avatar pom15595
Guest
 
Posts: n/a
   
   
Data Entry in Crosstab Format

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
I want to design a table with associated queries & forms that will allow data
entry in the following form:

Name Project No Hours for Week Ending
5 May 06 12 May 06 19 May 06 etc
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/10198-data-entry-in-crosstab-format.html
Dave 1234 10 5 10 etc
Dave 2345 5 5 5 etc
John 1234 20 15 20 etc

The “Name”, “Project No” and “Hours for week ending” are column headings.
The “5 May 06”, “12 May 06”, “19 May 06”, etc are the also sort of column
headings.

The above format is a perfect crosstab query output from the following table:

Name Project No Week Ending Hours
Dave 1234 5 May 06 10
Dave 2345 5 May 06 5
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
etc

The problem that I have is that ideally I would like the data entry to be in
the form of the crosstab output. Also the dates for the week ending will
continue into the future.

I have tried playing around with a couple of queries / forms to give the
impression of the data entry in the crosstab form, but with the data getting
posted back into data table.

Does anyone have any suggestions? Effectively if the crosstab query could
be editable / updatable then that should sort the issue?


Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:10 AM
Jeff Boyce's Avatar Jeff Boyce
Guest
 
Posts: n/a
   
   
Re: Data Entry in Crosstab Format

How your data is stored in a table does not necessarily constrain how it
will be displayed/formatted in a report. A design that uses "weeks" as
column headers/field names is not a well-normalized database table --
rather, it's what you'd need to do if you were using a spreadsheet.

I'd recommend you look into the topic of normalization before proceeding any
further. (or maybe, look into using a spreadsheet instead of a relational
db).

Regards

Jeff Boyce
Microsoft Office/Access MVP

"pom15595" wrote in message
news:0BB05981-7802-467E-91BF-5F41D84B763B@microsoft.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
>I want to design a table with associated queries & forms that will allow
>data
> entry in the following form:
>
> Name Project No Hours for Week Ending
> 5 May 06 12 May 06 19 May 06 etc
> Dave 1234 10 5 10 etc
> Dave 2345 5 5 5 etc
> John 1234 20 15 20 etc
>
> The "Name", "Project No" and "Hours for week ending" are column headings.
> The "5 May 06", "12 May 06", "19 May 06", etc are the also sort of column
> headings.
>
> The above format is a perfect crosstab query output from the following
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
> table:
>
> Name Project No Week Ending Hours
> Dave 1234 5 May 06 10
> Dave 2345 5 May 06 5
> etc
>
> The problem that I have is that ideally I would like the data entry to be
> in
> the form of the crosstab output. Also the dates for the week ending will
> continue into the future.
>
> I have tried playing around with a couple of queries / forms to give the
> impression of the data entry in the crosstab form, but with the data
> getting
> posted back into data table.
>
> Does anyone have any suggestions? Effectively if the crosstab query could
> be editable / updatable then that should sort the issue?



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:11 AM
pom15595's Avatar pom15595
Guest
 
Posts: n/a
   
   
Re: Data Entry in Crosstab Format

To clarify my question - I understand the normalisation principles - I am
expecting the data store table to be more of the form of the:

Name Project No Week Ending Hours
Dave 1234 5 May 06 10
Dave 2345 5 May 06 5
etc

table that I noted (which I hope satisfied normalisation principles). The
first table I included in my note was to try and indicate what I would like
the input to look like (ie this is probably going to be a form).

Also for other reasons I want to include this info in a database (some of
the fields will be linked / input from other tables in the database).

"Jeff Boyce" wrote:

> How your data is stored in a table does not necessarily constrain how it
> will be displayed/formatted in a report. A design that uses "weeks" as
> column headers/field names is not a well-normalized database table --
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
> rather, it's what you'd need to do if you were using a spreadsheet.
>
> I'd recommend you look into the topic of normalization before proceeding any
> further. (or maybe, look into using a spreadsheet instead of a relational
> db).
>
> Regards
>
> Jeff Boyce
> Microsoft Office/Access MVP
>
> "pom15595" wrote in message
> news:0BB05981-7802-467E-91BF-5F41D84B763B@microsoft.com...
> >I want to design a table with associated queries & forms that will allow
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
> >data
> > entry in the following form:
> >
> > Name Project No Hours for Week Ending
> > 5 May 06 12 May 06 19 May 06 etc
> > Dave 1234 10 5 10 etc
> > Dave 2345 5 5 5 etc
> > John 1234 20 15 20 etc
> >
> > The "Name", "Project No" and "Hours for week ending" are column headings.
> > The "5 May 06", "12 May 06", "19 May 06", etc are the also sort of column
> > headings.
> >
> > The above format is a perfect crosstab query output from the following
> > table:
> >
> > Name Project No Week Ending Hours
> > Dave 1234 5 May 06 10
> > Dave 2345 5 May 06 5
> > etc
> >
> > The problem that I have is that ideally I would like the data entry to be
> > in
> > the form of the crosstab output. Also the dates for the week ending will
> > continue into the future.
> >
> > I have tried playing around with a couple of queries / forms to give the
> > impression of the data entry in the crosstab form, but with the data
> > getting
> > posted back into data table.
> >
> > Does anyone have any suggestions? Effectively if the crosstab query could
> > be editable / updatable then that should sort the issue?

>
>
>

Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:11 AM
Jeff Boyce's Avatar Jeff Boyce
Guest
 
Posts: n/a
   
   
Re: Data Entry in Crosstab Format

I guess I'm just not understanding.

If you will be going to all the effort of entering data in a "crosstab"
format, why do you need to convert it to a different (normalized) format for
table entry, then re-display it in crosstab format?

I'll ask again... if you are constraining data entry to a "crosstab" format,
why not just use a spreadsheet? What would having the data in the table in
a normalized form allow you to do that a spreadsheet wouldn't?

Regards

Jeff Boyce
Microsoft Office/Access MVP

"pom15595" wrote in message
news:77C5669F-F129-497B-9116-ADD801A65ECB@microsoft.com...
> To clarify my question - I understand the normalisation principles - I am
> expecting the data store table to be more of the form of the:
>
> Name Project No Week Ending Hours
> Dave 1234 5 May 06 10
> Dave 2345 5 May 06 5
> etc
>
> table that I noted (which I hope satisfied normalisation principles). The
> first table I included in my note was to try and indicate what I would
> like
> the input to look like (ie this is probably going to be a form).
>
> Also for other reasons I want to include this info in a database (some of
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
> the fields will be linked / input from other tables in the database).
>
> "Jeff Boyce" wrote:
>
>> How your data is stored in a table does not necessarily constrain how it
>> will be displayed/formatted in a report. A design that uses "weeks" as
>> column headers/field names is not a well-normalized database table --
>> rather, it's what you'd need to do if you were using a spreadsheet.
>>
>> I'd recommend you look into the topic of normalization before proceeding
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
>> any
>> further. (or maybe, look into using a spreadsheet instead of a
>> relational
>> db).
>>
>> Regards
>>
>> Jeff Boyce
>> Microsoft Office/Access MVP
>>
>> "pom15595" wrote in message
>> news:0BB05981-7802-467E-91BF-5F41D84B763B@microsoft.com...
>> >I want to design a table with associated queries & forms that will allow
>> >data
>> > entry in the following form:
>> >
>> > Name Project No Hours for Week Ending
>> > 5 May 06 12 May 06 19 May 06 etc
>> > Dave 1234 10 5 10 etc
>> > Dave 2345 5 5 5 etc
>> > John 1234 20 15 20 etc
>> >
>> > The "Name", "Project No" and "Hours for week ending" are column
>> > headings.
>> > The "5 May 06", "12 May 06", "19 May 06", etc are the also sort of
>> > column
>> > headings.
>> >
>> > The above format is a perfect crosstab query output from the following
>> > table:
>> >
>> > Name Project No Week Ending Hours
>> > Dave 1234 5 May 06 10
>> > Dave 2345 5 May 06 5
>> > etc
>> >
>> > The problem that I have is that ideally I would like the data entry to
>> > be
>> > in
>> > the form of the crosstab output. Also the dates for the week ending
>> > will
>> > continue into the future.
>> >
>> > I have tried playing around with a couple of queries / forms to give
>> > the
>> > impression of the data entry in the crosstab form, but with the data
>> > getting
>> > posted back into data table.
>> >
>> > Does anyone have any suggestions? Effectively if the crosstab query
>> > could
>> > be editable / updatable then that should sort the issue?

>>
>>
>>



Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:13 AM
pom15595's Avatar pom15595
Guest
 
Posts: n/a
   
   
Re: Data Entry in Crosstab Format

Sorry about this:
The reason I want all this in a database is that the person(s) and project
no(s) come from other database tables and I would like to use this as a means
for ensuring that the users of the system keep the project nos table data up
to date.
With regard to cross tab format etc - I dont care what format it is in, but
for each person they will record a multiple no of projects and for each of
these there will be different hours recorded against w/e dates. That is why
I suggested that the data could be recorded in a table of form:

Name Project No Week Ending Hours
Dave 1234 5 May 06 10
Dave 2345 5 May 06 5
etc

The thing is I don't really want to have people having to enter the data in
this form, but I cannot think of a way via queries or forms of having them
enter the data in a "nicer" format that is updatable (this is where the cross
tab format came up - I like how that is laid out, but you cannot enter data
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
in a crosstab query).

I hope that clarifies what I am trying to do and why.
Thanks for your patience and hopefully brilliant answer to how I can achieve
this.

Cheers


"Jeff Boyce" wrote:

> I guess I'm just not understanding.
>
> If you will be going to all the effort of entering data in a "crosstab"
> format, why do you need to convert it to a different (normalized) format for
> table entry, then re-display it in crosstab format?
>
> I'll ask again... if you are constraining data entry to a "crosstab" format,
> why not just use a spreadsheet? What would having the data in the table in
> a normalized form allow you to do that a spreadsheet wouldn't?
>
> Regards
>
> Jeff Boyce
> Microsoft Office/Access MVP
>
> "pom15595" wrote in message
> news:77C5669F-F129-497B-9116-ADD801A65ECB@microsoft.com...
> > To clarify my question - I understand the normalisation principles - I am
> > expecting the data store table to be more of the form of the:
> >
> > Name Project No Week Ending Hours
> > Dave 1234 5 May 06 10
> > Dave 2345 5 May 06 5
> > etc
> >
> > table that I noted (which I hope satisfied normalisation principles). The
> > first table I included in my note was to try and indicate what I would
> > like
> > the input to look like (ie this is probably going to be a form).
> >
> > Also for other reasons I want to include this info in a database (some of
> > the fields will be linked / input from other tables in the database).
> >
> > "Jeff Boyce" wrote:
> >
> >> How your data is stored in a table does not necessarily constrain how it
> >> will be displayed/formatted in a report. A design that uses "weeks" as
> >> column headers/field names is not a well-normalized database table --
> >> rather, it's what you'd need to do if you were using a spreadsheet.
> >>
> >> I'd recommend you look into the topic of normalization before proceeding
> >> any
> >> further. (or maybe, look into using a spreadsheet instead of a
> >> relational
> >> db).
> >>
> >> Regards
> >>
> >> Jeff Boyce
> >> Microsoft Office/Access MVP
> >>
> >> "pom15595" wrote in message
> >> news:0BB05981-7802-467E-91BF-5F41D84B763B@microsoft.com...
> >> >I want to design a table with associated queries & forms that will allow
> >> >data
> >> > entry in the following form:
> >> >
> >> > Name Project No Hours for Week Ending
> >> > 5 May 06 12 May 06 19 May 06 etc
> >> > Dave 1234 10 5 10 etc
> >> > Dave 2345 5 5 5 etc
> >> > John 1234 20 15 20 etc
> >> >
> >> > The "Name", "Project No" and "Hours for week ending" are column
> >> > headings.
> >> > The "5 May 06", "12 May 06", "19 May 06", etc are the also sort of
> >> > column
> >> > headings.
> >> >
> >> > The above format is a perfect crosstab query output from the following
> >> > table:
> >> >
> >> > Name Project No Week Ending Hours
> >> > Dave 1234 5 May 06 10
> >> > Dave 2345 5 May 06 5
> >> > etc
> >> >
> >> > The problem that I have is that ideally I would like the data entry to
> >> > be
> >> > in
> >> > the form of the crosstab output. Also the dates for the week ending
> >> > will
> >> > continue into the future.
> >> >
> >> > I have tried playing around with a couple of queries / forms to give
> >> > the
> >> > impression of the data entry in the crosstab form, but with the data
> >> > getting
> >> > posted back into data table.
> >> >
> >> > Does anyone have any suggestions? Effectively if the crosstab query
> >> > could
> >> > be editable / updatable then that should sort the issue?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
> >>
> >>
> >>

>
>
>

Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:13 AM
Jeff Boyce's Avatar Jeff Boyce
Guest
 
Posts: n/a
   
   
Re: Data Entry in Crosstab Format

  Donate Today!  
?!Brilliant?! as in bright & shiny?! Hah!

One approach to getting the data entered you are describing may require
considerably less data entry than you might be thinking about.

If the persons who can have project time entered against them are listed (in
a table of their own), you can use a combo box on a form to let the data
entry person pick one, rather than have to enter the name each time.

If the projects against which time can be entered are listed (in a table
....), you can use a combo box on a form to let the data entry person pick
one, instead of typing it in.

If the "Week Ending" information can be listed on a table, you can use a
combo box on a form to let the data entry person pick one ... and you can
set the default value to last week's week-ending date so the data entry
person doesn't have to enter a date at all.

That leaves you with the # of hours (are you using an integer, forcing whole
number hours, or a "decimal" number?) to enter.

You could do this all on a form ...

Good luck!

Jeff Boyce
Microsoft Office/Access MVP

"pom15595" wrote in message
news24A64D4-2DE0-4A3F-BB63-30781E0403A1@microsoft.com...
> Sorry about this:
> The reason I want all this in a database is that the person(s) and project
> no(s) come from other database tables and I would like to use this as a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10198
> means
> for ensuring that the users of the system keep the project nos table data
> up
> to date.
> With regard to cross tab format etc - I dont care what format it is in,
> but
> for each person they will record a multiple no of projects and for each of
> these there will be different hours recorded against w/e dates. That is
> why
> I suggested that the data could be recorded in a table of form:
>
> Name Project No Week Ending Hours
> Dave 1234 5 May 06 10
> Dave 2345 5 May 06 5
> etc
>
> The thing is I don't really want to have people having to enter the data
> in
> this form, but I cannot think of a way via queries or forms of having them
> enter the data in a "nicer" format that is updatable (this is where the
> cross
> tab format came up - I like how that is laid out, but you cannot enter
> data
> in a crosstab query).
>
> I hope that clarifies what I am trying to do and why.
> Thanks for your patience and hopefully brilliant answer to how I can
> achieve
> this.
>
> Cheers
>



Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
Do you believe in...
Today 08:18 AM
193 Replies, 4,018 Views
Black Sikhs?
Today 06:33 AM
20 Replies, 5,747 Views
Man Driving Without...
Today 05:06 AM
5 Replies, 110 Views
Request for assistance...
Today 04:24 AM
8 Replies, 70 Views
Losing My Religion: Why...
Today 03:03 AM
13 Replies, 313 Views
Health Exercise And...
Today 02:10 AM
1 Replies, 71 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 02:10 AM
176 Replies, 4,499 Views
How Religions Change...
Today 02:07 AM
1 Replies, 97 Views
Keeping Amrit Vela
Today 01:57 AM
11 Replies, 889 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 01:52 AM
313 Replies, 7,574 Views
How does Sikhi help you...
Yesterday 22:54 PM
22 Replies, 889 Views
Panjabi
By Ishna
Yesterday 17:56 PM
12 Replies, 264 Views
Parkash Guru Amar Das ji...
Yesterday 17:07 PM
3 Replies, 50 Views
Serious challenges to...
Yesterday 16:49 PM
0 Replies, 113 Views
Sikh man fights for his...
Yesterday 16:46 PM
0 Replies, 79 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 08:50 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.66512 seconds with 32 queries
0