Those of you with experience upsizing Access 97 to Sql Server 7.0 and linking tables to Access 97:
Is there a way to retain the Table and Field descriptions and "special" formats (like "mm/dd/yyyy", etc.) so that they appear in Access 97 (as linked to Sql Server) the way they did in the "native" Access 97 original database? The database in question contains literally thousands of fields for which re-entry of this info would be a real headache.
Also, would there be any differences in the database schema once the tables are linked to Sql Server vs. the "native" tables?
A heads-up on any other "gotchas" (like not being able to use the "seek" method or "index" object on linked Sql Server tables, the "dbSeeChanges" stuff, maintaining the same table relationships, outer join problems, using +1 instead of -1 for "true", using "Top N" syntax in queries, implementing cascading updates and deletes, changed data type problems, zero-length vs. null strings, etc. would be appreciated.
Is there a way to retain the Table and Field descriptions and "special" formats (like "mm/dd/yyyy", etc.) so that they appear in Access 97 (as linked to Sql Server) the way they did in the "native" Access 97 original database? The database in question contains literally thousands of fields for which re-entry of this info would be a real headache.
Also, would there be any differences in the database schema once the tables are linked to Sql Server vs. the "native" tables?
A heads-up on any other "gotchas" (like not being able to use the "seek" method or "index" object on linked Sql Server tables, the "dbSeeChanges" stuff, maintaining the same table relationships, outer join problems, using +1 instead of -1 for "true", using "Top N" syntax in queries, implementing cascading updates and deletes, changed data type problems, zero-length vs. null strings, etc. would be appreciated.