Hi to all!
I would like to couse a linked table (Access 2003) to link to nothing. how can I do that? any ideas?
More in deatail:
I have a FE mdb file than can link to one of a few anual BEs: BE_2008, BE_2009, BE_2010. changing links is done be a sub that receives a BE_path, goes through all tableDefs: if .connect properties is longer than "", it is changed to ";DATABASE=" & filePath.
The point is that BE_2011 has new tables, say called tblNew. After switcing from BE_2011 to BE_2010, tblNew that has no link to BE_2010, stais linked to BE_2011 (after handling Err 3011). That is a NoNo!!!
thanx for helping!
I would like to couse a linked table (Access 2003) to link to nothing. how can I do that? any ideas?
More in deatail:
I have a FE mdb file than can link to one of a few anual BEs: BE_2008, BE_2009, BE_2010. changing links is done be a sub that receives a BE_path, goes through all tableDefs: if .connect properties is longer than "", it is changed to ";DATABASE=" & filePath.
The point is that BE_2011 has new tables, say called tblNew. After switcing from BE_2011 to BE_2010, tblNew that has no link to BE_2010, stais linked to BE_2011 (after handling Err 3011). That is a NoNo!!!
thanx for helping!