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  

Auto Populated Field



 
 
Thread Tools Display Modes
  #1  
Old March 13th, 2009, 04:06 PM posted to microsoft.public.access.tablesdbdesign
Tmcgee923[_2_]
external usenet poster
 
Posts: 2
Default Auto Populated Field

How do I have a field(s) populate automatically based on a selection made
from a previous field. For example, A user selects the employee ID in one
field then this selection automatically fills in the field for employee last
name and employee first name.

Thank you, in advance, for your help.
  #2  
Old March 13th, 2009, 04:56 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Auto Populated Field

First of all, it sounds like you are working directly in a table. If so,
STOP NOW!

Access tables store data, but don't give you many options for
validation/control. If your users are working directly in the table, you
are asking for them to treat the tables as if they were spreadsheets ... and
they AREN'T!

Use forms, which have rich event/procedure environments, to help your users
work with their data.

Good luck!

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Tmcgee923" someoneyoucantsee.com wrote in message
...
How do I have a field(s) populate automatically based on a selection made
from a previous field. For example, A user selects the employee ID in one
field then this selection automatically fills in the field for employee
last
name and employee first name.

Thank you, in advance, for your help.



  #3  
Old March 13th, 2009, 08:04 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Auto Populated Field

Also, it sounds like you want to store the last and first names in multiple
records. You should only store the EmployeeID and then lookup the names. You
can join to the employee table to display the names.

--
Duane Hookom
Microsoft Access MVP


"Tmcgee923" wrote:

How do I have a field(s) populate automatically based on a selection made
from a previous field. For example, A user selects the employee ID in one
field then this selection automatically fills in the field for employee last
name and employee first name.

Thank you, in advance, for your help.

 




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 06:10 PM.


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