S
Stewart Berman
when you add an attachment field to a table an entry is made in MSysObjects for a table with what
looks like f_ plus a GUID. They Type is 1 which is supposed to be a local table but no such table
exists. The parent id is 251658241 which is Tables but there isn't any tabledef for it.
There is an entry for the attachment field in MSysComplexColumns but the FlatTableID points back to
f_GUID table.
Queries that work on a normal table (a delete using a joint on primary keys) fail on a table with an
attachment.
So where do attachment fields fit into the Access 2007 data model?
looks like f_ plus a GUID. They Type is 1 which is supposed to be a local table but no such table
exists. The parent id is 251658241 which is Tables but there isn't any tabledef for it.
There is an entry for the attachment field in MSysComplexColumns but the FlatTableID points back to
f_GUID table.
Queries that work on a normal table (a delete using a joint on primary keys) fail on a table with an
attachment.
So where do attachment fields fit into the Access 2007 data model?