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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Need to normalize some tables after database has been split



 
 
Thread Tools Display Modes
  #1  
Old May 20th, 2010, 06:24 AM posted to microsoft.public.access
forest8
external usenet poster
 
Posts: 196
Default Need to normalize some tables after database has been split

Hi there

I realize that I have to normalize some of my tables in my database but I
have split the database.

My question is, what is the best way to do this?

All these tables have been referenced in the forms in the database.

How do I change the forms without recreating them all over again?

Thank you for any help in this matter.


  #2  
Old May 20th, 2010, 06:41 AM posted to microsoft.public.access
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Need to normalize some tables after database has been split

On Wed, 19 May 2010 22:24:01 -0700, forest8
wrote:

Hi there

I realize that I have to normalize some of my tables in my database but I
have split the database.

My question is, what is the best way to do this?


Make backups of the front and back end (you should have them backed up of
course, but make SURE you have good working backups!!)

Open the backend database exclusively; make the table structural changes
there.

Then open the frontend. DELETE the links to the backend tables that you have
changed (just select the table in the tables window and delete it, it's just
deleting the link, not the table). Use File... Get External Data... Link to
relink to it.

All these tables have been referenced in the forms in the database.

How do I change the forms without recreating them all over again?


Open the form in design view; view its Properties. Select the Recordsource
property and open it in query design view. Make the appropriate changes to the
query. This may affect updatability of the form, depending on what you've
changed; you may need to go from a single form to a form with a subform, etc.
But you should be able to reuse controls and probably most of your code, if
there is any.

--

John W. Vinson [MVP]
  #3  
Old May 20th, 2010, 08:34 AM posted to microsoft.public.access
Alexander Achenbach
external usenet poster
 
Posts: 4
Default Need to normalize some tables after database has been split


Perhaps it helps if you design some queries which reflect the structure (and
fieldnames) before your changes as a kind of middle-tier between the
redesigned data-model and the presentation-tier (forms/reports). This won't
work for all your changes (esp. if you split tables) but it can speed up
your work. If you change table-names and field-names use a query named with
the old table's name and delivering the columns with the old names
(OldColName:NewColName).
This won't relieve you from redesigning but will give you time.

 




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 07:12 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.