E endri81 Registered User. Local time Yesterday, 23:34 Joined Jul 5, 2010 Messages 121 Nov 23, 2010 #1 Hi I have several Access databases with identical tables.Let's say all these db's have table1,table2,table3.I need a script to remove ID column from table1 in all databases.Can you tell me where to find something like that?
Hi I have several Access databases with identical tables.Let's say all these db's have table1,table2,table3.I need a script to remove ID column from table1 in all databases.Can you tell me where to find something like that?
DCrake Remembered Local time Today, 07:34 Joined Jun 8, 2005 Messages 8,626 Nov 23, 2010 #2 Consider the following issues ID is a Primary Key ID is a Foreign Key ID appears in a relationship Other objects depend on ID Code is linked to ID Why do you want to do this anyway?
Consider the following issues ID is a Primary Key ID is a Foreign Key ID appears in a relationship Other objects depend on ID Code is linked to ID Why do you want to do this anyway?
E endri81 Registered User. Local time Yesterday, 23:34 Joined Jul 5, 2010 Messages 121 Nov 23, 2010 #3 I need to merge table1 from each db using merge tool.But this is not done correctly because of ID column.Please help with the script
I need to merge table1 from each db using merge tool.But this is not done correctly because of ID column.Please help with the script