Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,791| Members 17,820, Newest waheguruhelpme| Online 196
Home Contact
 (Forgotten?): 
    Sikhism

   
                                                                     Your Banner Here!    

time & billing database

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
Access 2000 - You do not have exclusive access to the database at this time michael.meyer@brennanit.com.au Information Technology 10 22-Sep-2009 22:34 PM
Time and Effort Database Andy... Information Technology 1 28-Jul-2006 08:35 AM
employee tracking access database for vacation and time off Felicia Information Technology 0 28-Jul-2006 08:35 AM
Access97 database - Status reporting app - slow response time LenJr Information Technology 2 28-Jul-2006 08:18 AM
Access database closes with error report each time I update recor. kimberliegeorge Information Technology 1 12-Nov-2005 22:40 PM


Tags
time, billing, database
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 30-Oct-2005, 12:47 PM
Fehn's Avatar Fehn
Guest
 
Posts: n/a
   
   
time & billing database

  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
Please help, how can I show this in a form of an access database?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/6195-time-and-billing-database.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195

AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
1 Proj01 4 Hrs 2 0 .... etc
2 Proj02 0 Hrs 2 0 .... etc
3 Proj03 4 Hrs 3 0 .... etc
4 Proj04 0 Hrs 1 8 .... etc
etc.

Thanks.

*








 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 31-Oct-2005, 11:19 AM
Joseph Meehan's Avatar Joseph Meehan
Guest
 
Posts: n/a
   
   
Re: time & billing database

Fehn wrote:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
> Please help, how can I show this in a form of an access database?
>
> AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
> 1 Proj01 4 Hrs 2 0 .... etc
> 2 Proj02 0 Hrs 2 0 .... etc
> 3 Proj03 4 Hrs 3 0 .... etc
> 4 Proj04 0 Hrs 1 8 .... etc
> etc.
>
> Thanks.


First step is saving the information in an Access Database.

It appears you have fields for each date and a field for each project.
Normally it is better to have one table for projects listing the project,
maybe a description and information unique to that project. Next you would
have a second table where all the hours go linked to the first table. A
record in the second table would have things like the date, number of hours,
maybe who billed the hours etc. Each entry would be a separate record.

Is this how your data is recorded?



--
Joseph Meehan

Dia duit


Reply With Quote
  #3 (permalink)  
Old 31-Oct-2005, 11:19 AM
Tom Wickerath's Avatar Tom Wickerath
Guest
 
Posts: n/a
   
   
RE: time & billing database

Hi Fehn,

Would you be happy with the results of a crosstab query, without attempting
to display the results in a form? If so, check out this link:

Crosstab Queries
http://www.access.qbuilt.com/html/crosstab_queries.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195


While you can display the results of a crosstab query in a form, you will
need to use a bit of complicated VBA code if the dates are not static. At
this point, you'd probably be better off to use a PivotTable if you have
Access 2002 or later.


Tom

http://www.access.qbuilt.com/html/ex...tributors.html
__________________________________________

"Fehn" wrote:

Please help, how can I show this in a form of an access database?

AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
1 Proj01 4 Hrs 2 0 .... etc
2 Proj02 0 Hrs 2 0 .... etc
3 Proj03 4 Hrs 3 0 .... etc
4 Proj04 0 Hrs 1 8 .... etc
etc.

Thanks.

Reply With Quote
  #4 (permalink)  
Old 01-Nov-2005, 13:40 PM
Fehn's Avatar Fehn
Guest
 
Posts: n/a
   
   
Re: time & billing database

Yes Joseph, this is how the data is recorded in excel.

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
The projectname is actually link to another table that have all the projects.

Every month we are creating an excel spread for the time sheet and the only
change in the spreadsheet is the dates.


"Joseph Meehan" wrote:

> Fehn wrote:
> > Please help, how can I show this in a form of an access database?
> >
> > AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
> > 1 Proj01 4 Hrs 2 0 .... etc
> > 2 Proj02 0 Hrs 2 0 .... etc
> > 3 Proj03 4 Hrs 3 0 .... etc
> > 4 Proj04 0 Hrs 1 8 .... etc
> > etc.
> >
> > Thanks.

>
> First step is saving the information in an Access Database.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
>
> It appears you have fields for each date and a field for each project.
> Normally it is better to have one table for projects listing the project,
> maybe a description and information unique to that project. Next you would
> have a second table where all the hours go linked to the first table. A
> record in the second table would have things like the date, number of hours,
> maybe who billed the hours etc. Each entry would be a separate record.
>
> Is this how your data is recorded?
>
>
>
> --
> Joseph Meehan
>
> Dia duit
>
>
>

Reply With Quote
  #5 (permalink)  
Old 01-Nov-2005, 13:40 PM
Fehn's Avatar Fehn
Guest
 
Posts: n/a
   
   
RE: time & billing database

Thanks Tom.

I will wheck that link.

Just a brief history on why im doing this.

Before I have a databse that shows the following:

Date ProjectName NumHrs
1/1/05 Project01 4
1/1/05 Project02 4
1/2/05 Project01 4
1/2/05 Project01 2
1/2/05 Project01 2
etc.

My co workers doesn't like that form.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195

They want a to have all the days of the month showing up on the form and all
they need to do is put the project name and the corresponding hours that they
worked on days that they worked.

So I made that in excel. But I still want to use access.

Thanks.

"Tom Wickerath" wrote:

> Hi Fehn,
>
> Would you be happy with the results of a crosstab query, without attempting
> to display the results in a form? If so, check out this link:
>
> Crosstab Queries
> http://www.access.qbuilt.com/html/crosstab_queries.html
>
>
> While you can display the results of a crosstab query in a form, you will
> need to use a bit of complicated VBA code if the dates are not static. At
> this point, you'd probably be better off to use a PivotTable if you have
> Access 2002 or later.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
>
>
> Tom
>
> http://www.access.qbuilt.com/html/ex...tributors.html
> __________________________________________
>
> "Fehn" wrote:
>
> Please help, how can I show this in a form of an access database?
>
> AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
> 1 Proj01 4 Hrs 2 0 .... etc
> 2 Proj02 0 Hrs 2 0 .... etc
> 3 Proj03 4 Hrs 3 0 .... etc
> 4 Proj04 0 Hrs 1 8 .... etc
> etc.
>
> Thanks.
>

Reply With Quote
  #6 (permalink)  
Old 01-Nov-2005, 13:40 PM
Joseph Meehan's Avatar Joseph Meehan
Guest
 
Posts: n/a
   
   
Re: time & billing database

Fehn wrote:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
> Yes Joseph, this is how the data is recorded in excel.
>
> The projectname is actually link to another table that have all the
> projects.
>
> Every month we are creating an excel spread for the time sheet and
> the only change in the spreadsheet is the dates.


So the data started out in Excel. OK I see the problem. I would like
to see it imported into Access in a normalized table design.

Will you be taking this project into Access or will it be run on both
Access and Excel?

It is is being done over in Access, I suggest you change the way the
data is stored and use related normalized tables before you worry about how
it will be displayed. I believe that once normalized properly you will find
it far easier to produce the final product and have it work like the users
want.

>
>
> "Joseph Meehan" wrote:
>
>> Fehn wrote:
>> > Please help, how can I show this in a form of an access database?
>> >
>> > AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
>> > 1 Proj01 4 Hrs 2 0 .... etc
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
>> > 2 Proj02 0 Hrs 2 0 .... etc
>> > 3 Proj03 4 Hrs 3 0 .... etc
>> > 4 Proj04 0 Hrs 1 8 .... etc
>> > etc.
>> >
>> > Thanks.

>>
>> First step is saving the information in an Access Database.
>>
>> It appears you have fields for each date and a field for each
>> project. Normally it is better to have one table for projects
>> listing the project, maybe a description and information unique to
>> that project. Next you would have a second table where all the
>> hours go linked to the first table. A record in the second table
>> would have things like the date, number of hours, maybe who billed
>> the hours etc. Each entry would be a separate record.
>>
>> Is this how your data is recorded?
>>
>>
>>
>> --
>> Joseph Meehan
>>
>> Dia duit


--
Joseph Meehan

Dia duit


Reply With Quote
  #7 (permalink)  
Old 01-Nov-2005, 13:40 PM
Fehn's Avatar Fehn
Guest
 
Posts: n/a
   
   
Re: time & billing database

Once I got this working in access, then they will use only access.

Just a brief history on why im doing this.

Before I have a databse that shows the following:

Date ProjectName NumHrs
1/1/05 Project01 4
1/1/05 Project02 4
1/2/05 Project01 4
1/2/05 Project01 2
1/2/05 Project01 2
etc.

My co workers doesn't like that form.

They want a to have all the days of the month showing up on the form and all
they need to do is put the project name and the corresponding hours that they
worked on days that they worked

Thanks.


"Joseph Meehan" wrote:

> Fehn wrote:
> > Yes Joseph, this is how the data is recorded in excel.
> >
> > The projectname is actually link to another table that have all the
> > projects.
> >
> > Every month we are creating an excel spread for the time sheet and
> > the only change in the spreadsheet is the dates.

>
> So the data started out in Excel. OK I see the problem. I would like
> to see it imported into Access in a normalized table design.
>
> Will you be taking this project into Access or will it be run on both
> Access and Excel?
>
> It is is being done over in Access, I suggest you change the way the
> data is stored and use related normalized tables before you worry about how
> it will be displayed. I believe that once normalized properly you will find
> it far easier to produce the final product and have it work like the users
> want.
>
> >
> >
> > "Joseph Meehan" wrote:
> >
> >> Fehn wrote:
> >> > Please help, how can I show this in a form of an access database?
> >> >
> >> > AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
> >> > 1 Proj01 4 Hrs 2 0 .... etc
> >> > 2 Proj02 0 Hrs 2 0 .... etc
> >> > 3 Proj03 4 Hrs 3 0 .... etc
> >> > 4 Proj04 0 Hrs 1 8 .... etc
> >> > etc.
> >> >
> >> > Thanks.
> >>
> >> First step is saving the information in an Access Database.
> >>
> >> It appears you have fields for each date and a field for each
> >> project. Normally it is better to have one table for projects
> >> listing the project, maybe a description and information unique to
> >> that project. Next you would have a second table where all the
> >> hours go linked to the first table. A record in the second table
> >> would have things like the date, number of hours, maybe who billed
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
> >> the hours etc. Each entry would be a separate record.
> >>
> >> Is this how your data is recorded?
> >>
> >>
> >>
> >> --
> >> Joseph Meehan
> >>
> >> Dia duit

>
> --
> Joseph Meehan
>
> Dia duit
>
>
>

Reply With Quote
  #8 (permalink)  
Old 01-Nov-2005, 13:40 PM
Tom Wickerath's Avatar Tom Wickerath
Guest
 
Posts: n/a
   
   
RE: time & billing database

Hi Fehn,

In that case, a crosstab query will not be helpful because it produces a
read only recordset.


Tom

http://www.access.qbuilt.com/html/ex...tributors.html
__________________________________________

"Fehn" wrote:

Thanks Tom.

I will wheck that link.

Just a brief history on why im doing this.

Before I have a databse that shows the following:

Date ProjectName NumHrs
1/1/05 Project01 4
1/1/05 Project02 4
1/2/05 Project01 4
1/2/05 Project01 2
1/2/05 Project01 2
etc.

My co workers doesn't like that form.

They want a to have all the days of the month showing up on the form and all
they need to do is put the project name and the corresponding hours that they
worked on days that they worked.

So I made that in excel. But I still want to use access.

Thanks.
__________________________________________

"Tom Wickerath" wrote:

Hi Fehn,

Would you be happy with the results of a crosstab query, without attempting
to display the results in a form? If so, check out this link:

Crosstab Queries
http://www.access.qbuilt.com/html/crosstab_queries.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195


While you can display the results of a crosstab query in a form, you will
need to use a bit of complicated VBA code if the dates are not static. At
this point, you'd probably be better off to use a PivotTable if you have
Access 2002 or later.


Tom

http://www.access.qbuilt.com/html/ex...tributors.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
__________________________________________

"Fehn" wrote:

Please help, how can I show this in a form of an access database?

AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
1 Proj01 4 Hrs 2 0 .... etc
2 Proj02 0 Hrs 2 0 .... etc
3 Proj03 4 Hrs 3 0 .... etc
4 Proj04 0 Hrs 1 8 .... etc
etc.

Thanks.
Reply With Quote
  #9 (permalink)  
Old 01-Nov-2005, 13:40 PM
Fehn's Avatar Fehn
Guest
 
Posts: n/a
   
   
RE: time & billing database

  Donate Today!  
Hi Tom,

Do you have any suggestions on what i need to do?

Thanks


"Tom Wickerath" wrote:

> Hi Fehn,
>
> In that case, a crosstab query will not be helpful because it produces a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
> read only recordset.
>
>
> Tom
>
> http://www.access.qbuilt.com/html/ex...tributors.html
> __________________________________________
>
> "Fehn" wrote:
>
> Thanks Tom.
>
> I will wheck that link.
>
> Just a brief history on why im doing this.
>
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6195
> Before I have a databse that shows the following:
>
> Date ProjectName NumHrs
> 1/1/05 Project01 4
> 1/1/05 Project02 4
> 1/2/05 Project01 4
> 1/2/05 Project01 2
> 1/2/05 Project01 2
> etc.
>
> My co workers doesn't like that form.
>
> They want a to have all the days of the month showing up on the form and all
> they need to do is put the project name and the corresponding hours that they
> worked on days that they worked.
>
> So I made that in excel. But I still want to use access.
>
> Thanks.
> __________________________________________
>
> "Tom Wickerath" wrote:
>
> Hi Fehn,
>
> Would you be happy with the results of a crosstab query, without attempting
> to display the results in a form? If so, check out this link:
>
> Crosstab Queries
> http://www.access.qbuilt.com/html/crosstab_queries.html
>
>
> While you can display the results of a crosstab query in a form, you will
> need to use a bit of complicated VBA code if the dates are not static. At
> this point, you'd probably be better off to use a PivotTable if you have
> Access 2002 or later.
>
>
> Tom
>
> http://www.access.qbuilt.com/html/ex...tributors.html
> __________________________________________
>
> "Fehn" wrote:
>
> Please help, how can I show this in a form of an access database?
>
> AutoID ProjectName 1/1/05 1/2/05 1/3/05 ...... 1/31/05
> 1 Proj01 4 Hrs 2 0 .... etc
> 2 Proj02 0 Hrs 2 0 .... etc
> 3 Proj03 4 Hrs 3 0 .... etc
> 4 Proj04 0 Hrs 1 8 .... etc
> etc.
>
> Thanks.

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

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism need urgent advice.......
Today 10:03 AM
7 Replies, 87 Views
sikhism Who is "Mohan"?
Today 08:46 AM
22 Replies, 348 Views
sikhism How important is Matha...
Today 08:12 AM
59 Replies, 1,041 Views
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 53 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 120 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,837 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 230 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,277 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 46 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 66 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 47 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 49 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 416 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 51 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 10:20 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.54155 seconds with 30 queries