PC Review


Reply
Thread Tools Rate Thread

Auto Load Info & Auto Compute - version 2007

 
 
Lee Ann
Guest
Posts: n/a
 
      16th Apr 2009
Two questions:

I have a table where I am capturing an employee's name and their employee ID
number. A number of these employees will be entered numerous times. Is
there a way for their information to load automatically when I start typing
their last name?

Second:

In this same table, I have a field to capture the number of overtime hours
they incur, as well as their rate of pay. I want to have another field which
will automatically calculate and enter this amount.

I'm sure both of these questions have very simple fixes, however I don't
know if I'm trying to make them work in the wrong Access object or what.

Thanks in advance.
 
Reply With Quote
 
 
 
 
KARL DEWEY
Guest
Posts: n/a
 
      16th Apr 2009
I would use two tables with form/subform for employee/work hours.
Employee table like this --
EmpID - autonumber - primary key
FName -
LName -
Hire - DateTime
Wage - number - decimal
OT - number - decimal
Rmks - memo
InActive - Yes/No - default No

The work hours table to have EmpID and the other fields needed for data
entery. Do not include calculated fields as those belong in output queries,
forms, or reports.

Set one-to-many relationship between employee and work hours table with
Referential Integerity and Cascade Update selected.

Use EmpID as Master/Child link between form(employee)/subform(work hours).

For data entry you scroll to employee (query for employee have criteria so
InActive employees not show). Then in subform for work hours enter the
information (WorkDate, Hours, Type {default to Regular, pick OT as needed},
etc.) and the EmpID is automatically entered for you.

"Lee Ann" wrote:

> Two questions:
>
> I have a table where I am capturing an employee's name and their employee ID
> number. A number of these employees will be entered numerous times. Is
> there a way for their information to load automatically when I start typing
> their last name?
>
> Second:
>
> In this same table, I have a field to capture the number of overtime hours
> they incur, as well as their rate of pay. I want to have another field which
> will automatically calculate and enter this amount.
>
> I'm sure both of these questions have very simple fixes, however I don't
> know if I'm trying to make them work in the wrong Access object or what.
>
> Thanks in advance.

 
Reply With Quote
 
Lee Ann
Guest
Posts: n/a
 
      17th Apr 2009
Thank you for your response. There are just a couple things that look above
my level, but I'm hoping once I actually do it I can figure it out.

"KARL DEWEY" wrote:

> I would use two tables with form/subform for employee/work hours.
> Employee table like this --
> EmpID - autonumber - primary key
> FName -
> LName -
> Hire - DateTime
> Wage - number - decimal
> OT - number - decimal
> Rmks - memo
> InActive - Yes/No - default No
>
> The work hours table to have EmpID and the other fields needed for data
> entery. Do not include calculated fields as those belong in output queries,
> forms, or reports.
>
> Set one-to-many relationship between employee and work hours table with
> Referential Integerity and Cascade Update selected.
>
> Use EmpID as Master/Child link between form(employee)/subform(work hours).
>
> For data entry you scroll to employee (query for employee have criteria so
> InActive employees not show). Then in subform for work hours enter the
> information (WorkDate, Hours, Type {default to Regular, pick OT as needed},
> etc.) and the EmpID is automatically entered for you.
>
> "Lee Ann" wrote:
>
> > Two questions:
> >
> > I have a table where I am capturing an employee's name and their employee ID
> > number. A number of these employees will be entered numerous times. Is
> > there a way for their information to load automatically when I start typing
> > their last name?
> >
> > Second:
> >
> > In this same table, I have a field to capture the number of overtime hours
> > they incur, as well as their rate of pay. I want to have another field which
> > will automatically calculate and enter this amount.
> >
> > I'm sure both of these questions have very simple fixes, however I don't
> > know if I'm trying to make them work in the wrong Access object or what.
> >
> > Thanks in advance.

 
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
Where can I find Auto Text on Microsoft 2007 version Allison Microsoft Word Document Management 1 6th Mar 2009 09:50 AM
importing auto correct entries from earlier version to Word 2007 Mr SP Palaniappan Microsoft Word Document Management 3 7th Sep 2008 12:48 PM
auto compute Joseph Microsoft Excel Worksheet Functions 1 5th Jan 2008 06:39 AM
I can't find a way to do auto text in the 2007 version =?Utf-8?B?RWxpc2VHZW9yZ2U=?= Microsoft Word Document Management 3 18th May 2007 02:41 AM
similiar upgrade question, on upgrades do contact info auto load, or bob Microsoft Outlook 1 6th Oct 2004 12:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:41 PM.