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  

best way to save time



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2009, 05:28 PM posted to microsoft.public.access.tablesdbdesign
THE BIG O
external usenet poster
 
Posts: 28
Default best way to save time

Hello all,

I have an entry form that currently stores all of the data in one table.
The user is to enter requests received by the branch into the entry form.
However, the user has to enter this request multiple times depending on the
number of finalists receiving the request from the user. example branch
sends a request that is to go to company a, company b, and company c. THe
user will enter each as a separate record for several reasons with the main
one being able to keep a count of the total number of requests he has to work
on.

Essentially most of the data entered into the table is the details about the
request and is going to be duplicated on multiple records. Other than
copying/pasting the first record in the request table and updating each new
record with the data that pertinent to the finalist; is the a better way of
doing this?

I am using Access2003. There is an autonumber field in the database as well.

Thanks

Michael

THE BIG O
  #2  
Old May 15th, 2009, 06:28 PM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default best way to save time

On Fri, 15 May 2009 09:28:09 -0700, The BIG O
wrote:

Essentially most of the data entered into the table is the details about the
request and is going to be duplicated on multiple records. Other than
copying/pasting the first record in the request table and updating each new
record with the data that pertinent to the finalist; is the a better way of
doing this?


Yes. Use Access as a relational database (with multiple tables in one to many
relationships) rather than as if it were a spreadsheet (with only one table)!

Any time you have repeating fields, you need to consider splitting the table
into two - one "parent" table with the constant data, related one to many to a
"child" table with the unique data.

See:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials

especially the last three links.
--

John W. Vinson [MVP]
 




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 12:03 AM.


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