J Jeff Boyce Dec 23, 2004 #2 Given that any particular field in any table may be connected to queries, forms, macros, pages, and code, are you certain you want to do that? How will you also ensure that everything connected to that field doesn't "break"?
Given that any particular field in any table may be connected to queries, forms, macros, pages, and code, are you certain you want to do that? How will you also ensure that everything connected to that field doesn't "break"?
B Bre-x Dec 23, 2004 #3 Hi Jeff, Thanks for answering my post. Yes I am 100% sure, I just need to delete the field.
D Dan Artuso Dec 23, 2004 #4 Okay, if you're %100 sure, here the secret incantation: CurrentDb.TableDefs("Notes").Fields.Delete ("Title") Just substitute your table and field names
Okay, if you're %100 sure, here the secret incantation: CurrentDb.TableDefs("Notes").Fields.Delete ("Title") Just substitute your table and field names