Late insertion of New field in Table

jim may

Well-known Member
Joined
Jul 4, 2004
Messages
7,486
My Access APP in very far down the road, with multiple queries, Forms, Reports, etc. The Client has requested the insertion of a NEW Field in my main table. What are the dangers of doing this? I guess I'd go to the Table (In Question) and in Design Mode at the appropriate row select "Insert-Row", then complete the particulars for the new field. Any assistance offered is appreciated!! Jim
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
It's not going to hurt anything, unless the new field somehow alters the functionality or overall requirements. It might be a pain to set up new relationships for it, as well as updating all of your queries, forms, reports, etc., but I'd say it's more tedious than anything else.
 
Upvote 0
It is possible that some forms or queries might have to be updated to use the new field, but adding it should have no impact on these objects if they will not rely on the new field. You also must consider whether or not the new field will be indexed, and if it must be, how will you handle the fact it will have no data since indexes cannot contain nulls (there are things you can do)? Also, if any recordsets are based on the table and their fields are referenced by column position and not name, they may return incorrect data or even fail.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,849
Messages
6,162,425
Members
451,765
Latest member
craigvan888

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top