PC Review


Reply
Thread Tools Rate Thread

Create an input form

 
 
=?Utf-8?B?ZWV5b3Jl?=
Guest
Posts: n/a
 
      30th Oct 2007
I'd like to create a form (input screen) where Year and Month (Fiscal Year &
Fiscal Period) represent Column headers, and various codes would represent
rows. The user would input data in the intersection of the row and column.
The input data would then pull other data and calculate.

For example a user would enter hours on the row for a particular labor rate
and the form would self populate the matematical result for hours multiplied
by the labor rate to come up with an amount for the Fiscal Year and Fiscal
period)

Later I'd like to generate reports by different criteria such as FY,
Quarter, etc.

I know how to create simple tables, forms, queries, and reports, I don't
know how to create the input screen I want.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?S0FSTCBERVdFWQ==?=
Guest
Posts: n/a
 
      30th Oct 2007
>>I'd like to create a form (input screen) where Year and Month (Fiscal Year
& Fiscal Period) represent Column headers ...
>>The user would input data in the intersection of the row and column.

You are speaking spreadsheet. You should enter a date and then the Year
and Month (Fiscal Year & Fiscal Period) would be calculate when needed for
display and reporting.

>>For example a user would enter hours on the row for a particular labor rate

You need a labor rate table. Will the labor rate ever change or will there
be a new category added? If it changes the you need a field for effective
date.
Will you only collect at the labor rate level or at employee level? Project
level?

--
KARL DEWEY
Build a little - Test a little


"eeyore" wrote:

> I'd like to create a form (input screen) where Year and Month (Fiscal Year &
> Fiscal Period) represent Column headers, and various codes would represent
> rows. The user would input data in the intersection of the row and column.
> The input data would then pull other data and calculate.
>
> For example a user would enter hours on the row for a particular labor rate
> and the form would self populate the matematical result for hours multiplied
> by the labor rate to come up with an amount for the Fiscal Year and Fiscal
> period)
>
> Later I'd like to generate reports by different criteria such as FY,
> Quarter, etc.
>
> I know how to create simple tables, forms, queries, and reports, I don't
> know how to create the input screen I want.

 
Reply With Quote
 
=?Utf-8?B?ZWV5b3Jl?=
Guest
Posts: n/a
 
      30th Oct 2007
Karl,

In simple terms I would like to have it for budget and forecasting by labor
rate category.

However, when I want to compare budget/Forecast to Actual I'll need to
create actual average summary data by Labor category since the source data is
by employee id or name.

Ideally for the Forecast Labor rates I can choose between multiple scenarios
for example a base labor rate, a base labor rate escalated by 5%, and a base
labor rate escalated by 10%. etc.... However, this might be a pipe dream
since I don't know how to create the input screen for the hours.



"KARL DEWEY" wrote:

> >>I'd like to create a form (input screen) where Year and Month (Fiscal Year

> & Fiscal Period) represent Column headers ...
> >>The user would input data in the intersection of the row and column.

> You are speaking spreadsheet. You should enter a date and then the Year
> and Month (Fiscal Year & Fiscal Period) would be calculate when needed for
> display and reporting.
>
> >>For example a user would enter hours on the row for a particular labor rate

> You need a labor rate table. Will the labor rate ever change or will there
> be a new category added? If it changes the you need a field for effective
> date.
> Will you only collect at the labor rate level or at employee level? Project
> level?
>
> --
> KARL DEWEY
> Build a little - Test a little
>
>
> "eeyore" wrote:
>
> > I'd like to create a form (input screen) where Year and Month (Fiscal Year &
> > Fiscal Period) represent Column headers, and various codes would represent
> > rows. The user would input data in the intersection of the row and column.
> > The input data would then pull other data and calculate.
> >
> > For example a user would enter hours on the row for a particular labor rate
> > and the form would self populate the matematical result for hours multiplied
> > by the labor rate to come up with an amount for the Fiscal Year and Fiscal
> > period)
> >
> > Later I'd like to generate reports by different criteria such as FY,
> > Quarter, etc.
> >
> > I know how to create simple tables, forms, queries, and reports, I don't
> > know how to create the input screen I want.

 
Reply With Quote
 
=?Utf-8?B?S0FSTCBERVdFWQ==?=
Guest
Posts: n/a
 
      30th Oct 2007
What is your table structure for employees, projects, hours collection, etc?
What will the data sheets look like that will be presented to the data entry
person?

--
KARL DEWEY
Build a little - Test a little


"eeyore" wrote:

> Karl,
>
> In simple terms I would like to have it for budget and forecasting by labor
> rate category.
>
> However, when I want to compare budget/Forecast to Actual I'll need to
> create actual average summary data by Labor category since the source data is
> by employee id or name.
>
> Ideally for the Forecast Labor rates I can choose between multiple scenarios
> for example a base labor rate, a base labor rate escalated by 5%, and a base
> labor rate escalated by 10%. etc.... However, this might be a pipe dream
> since I don't know how to create the input screen for the hours.
>
>
>
> "KARL DEWEY" wrote:
>
> > >>I'd like to create a form (input screen) where Year and Month (Fiscal Year

> > & Fiscal Period) represent Column headers ...
> > >>The user would input data in the intersection of the row and column.

> > You are speaking spreadsheet. You should enter a date and then the Year
> > and Month (Fiscal Year & Fiscal Period) would be calculate when needed for
> > display and reporting.
> >
> > >>For example a user would enter hours on the row for a particular labor rate

> > You need a labor rate table. Will the labor rate ever change or will there
> > be a new category added? If it changes the you need a field for effective
> > date.
> > Will you only collect at the labor rate level or at employee level? Project
> > level?
> >
> > --
> > KARL DEWEY
> > Build a little - Test a little
> >
> >
> > "eeyore" wrote:
> >
> > > I'd like to create a form (input screen) where Year and Month (Fiscal Year &
> > > Fiscal Period) represent Column headers, and various codes would represent
> > > rows. The user would input data in the intersection of the row and column.
> > > The input data would then pull other data and calculate.
> > >
> > > For example a user would enter hours on the row for a particular labor rate
> > > and the form would self populate the matematical result for hours multiplied
> > > by the labor rate to come up with an amount for the Fiscal Year and Fiscal
> > > period)
> > >
> > > Later I'd like to generate reports by different criteria such as FY,
> > > Quarter, etc.
> > >
> > > I know how to create simple tables, forms, queries, and reports, I don't
> > > know how to create the input screen I want.

 
Reply With Quote
 
=?Utf-8?B?ZWV5b3Jl?=
Guest
Posts: n/a
 
      31st Oct 2007
For Budget the Table would be Project, FY, PD, Labor Category, hours


For Actual the table would be the same but the source data would come from a
data dump. A query summing Hours by Project and Labor Category. Then a join
on Project number comparing Budget hours for FY PD to Actual Hours by labor
category. And then Budget Amount to Actual Amounts.



"KARL DEWEY" wrote:

> What is your table structure for employees, projects, hours collection, etc?
> What will the data sheets look like that will be presented to the data entry
> person?
>
> --
> KARL DEWEY
> Build a little - Test a little
>
>
> "eeyore" wrote:
>
> > Karl,
> >
> > In simple terms I would like to have it for budget and forecasting by labor
> > rate category.
> >
> > However, when I want to compare budget/Forecast to Actual I'll need to
> > create actual average summary data by Labor category since the source data is
> > by employee id or name.
> >
> > Ideally for the Forecast Labor rates I can choose between multiple scenarios
> > for example a base labor rate, a base labor rate escalated by 5%, and a base
> > labor rate escalated by 10%. etc.... However, this might be a pipe dream
> > since I don't know how to create the input screen for the hours.
> >
> >
> >
> > "KARL DEWEY" wrote:
> >
> > > >>I'd like to create a form (input screen) where Year and Month (Fiscal Year
> > > & Fiscal Period) represent Column headers ...
> > > >>The user would input data in the intersection of the row and column.
> > > You are speaking spreadsheet. You should enter a date and then the Year
> > > and Month (Fiscal Year & Fiscal Period) would be calculate when needed for
> > > display and reporting.
> > >
> > > >>For example a user would enter hours on the row for a particular labor rate
> > > You need a labor rate table. Will the labor rate ever change or will there
> > > be a new category added? If it changes the you need a field for effective
> > > date.
> > > Will you only collect at the labor rate level or at employee level? Project
> > > level?
> > >
> > > --
> > > KARL DEWEY
> > > Build a little - Test a little
> > >
> > >
> > > "eeyore" wrote:
> > >
> > > > I'd like to create a form (input screen) where Year and Month (Fiscal Year &
> > > > Fiscal Period) represent Column headers, and various codes would represent
> > > > rows. The user would input data in the intersection of the row and column.
> > > > The input data would then pull other data and calculate.
> > > >
> > > > For example a user would enter hours on the row for a particular labor rate
> > > > and the form would self populate the matematical result for hours multiplied
> > > > by the labor rate to come up with an amount for the Fiscal Year and Fiscal
> > > > period)
> > > >
> > > > Later I'd like to generate reports by different criteria such as FY,
> > > > Quarter, etc.
> > > >
> > > > I know how to create simple tables, forms, queries, and reports, I don't
> > > > know how to create the input screen I want.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 03 Trying to create input form =?Utf-8?B?VGJyYW0=?= Microsoft Excel Misc 4 2nd May 2007 08:45 PM
How to create a form for matrix input Pro Microsoft Access Form Coding 4 16th Jul 2004 02:24 AM
Re: create a general input form Harald Staff Microsoft Excel Worksheet Functions 1 1st Jul 2004 05:40 PM
Re: how to create a general input form? JulieD Microsoft Excel Worksheet Functions 0 1st Jul 2004 04:24 PM
create a user input form Travis Microsoft Excel Programming 2 6th Jan 2004 04:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:23 AM.