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  

Separate data entry and data edit or not?



 
 
Thread Tools Display Modes
  #1  
Old December 1st, 2006, 04:10 PM posted to microsoft.public.access.tablesdbdesign
XP
external usenet poster
 
Posts: 43
Default Separate data entry and data edit or not?

I'm using Office 2003 and Windows XP.

It seems to me that data entry should be clearly separated from data edit,
or editing records. I have done this by splitting the entry function and the
edit function into two different forms. Now users load one form to add a new
record and load another to edit an entry already in the DB.

But, I just wanted to get some guru advice on this; is this considered best
practice, worst practice, or does it matter?

Thanks for your input.
  #2  
Old December 1st, 2006, 04:35 PM posted to microsoft.public.access.tablesdbdesign
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Separate data entry and data edit or not?

Usually I just have one form for both. However it really depends on the
business rules. I created a database for a company where data entry people
could add records but not edit or delete them. Supervisors could only
edit/delete. I made seperate forms mostly as the surpervisors could see a few
more fields than the data entry folks. Of course I also put in user-level
security to allow only certain people to do certain tasks.
--
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"XP" wrote:

I'm using Office 2003 and Windows XP.

It seems to me that data entry should be clearly separated from data edit,
or editing records. I have done this by splitting the entry function and the
edit function into two different forms. Now users load one form to add a new
record and load another to edit an entry already in the DB.

But, I just wanted to get some guru advice on this; is this considered best
practice, worst practice, or does it matter?

Thanks for your input.

  #3  
Old December 1st, 2006, 06:26 PM posted to microsoft.public.access.tablesdbdesign
Klatuu
external usenet poster
 
Posts: 7,074
Default Separate data entry and data edit or not?

I prefer to use one form unless business rules would dictate a separate form
for data entry. The reason I prefer the 1 form approach is for maintenance
issues. If you have two forms, every time you have a change or encounter a
bug, you have two places you have to fix it.

If you want to separate Data Entry from Edits and Deletes by user function,
rather than have two forms, you can set the form's Data Entry property on or
off as needed.

"XP" wrote:

I'm using Office 2003 and Windows XP.

It seems to me that data entry should be clearly separated from data edit,
or editing records. I have done this by splitting the entry function and the
edit function into two different forms. Now users load one form to add a new
record and load another to edit an entry already in the DB.

But, I just wanted to get some guru advice on this; is this considered best
practice, worst practice, or does it matter?

Thanks for your input.

 




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 05:08 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.