View Full Version : How does normalizing affect current queries and forms.


voidcranium
02-01-2007, 10:10 AM
How does normalizing affect current queries and forms?

I need to normalize a database here at work, the original creator made one BIG table.

My concern is how will that normalization affect the current queries and forms I have
created based on the current table?

I tried the Wizard but that wont do the job I will have to do it manually.

Thanks

KeithG
02-01-2007, 10:22 AM
You will have to rewrite all of your quiries.

voidcranium
02-01-2007, 12:29 PM
You will have to rewrite all of your quiries.
Thats what I was afraid of.:( :(

Thanks