ISSBProgrammer
Programmer
I've been working on migrating a database from and mdb to SQL Server and in the process changed most of my autonumbers to uniqueidentifiers. I'm having a problem with the unique identifiers set up as foreign keys. When I start creating a new record in any table with uniqueidentifier foreign keys Access automatically generates a key instead of using null even though nulls are allowed. Naturally this causes a problem with referential integrity. Is there a setting I need to set? I'm trying to avoid having to use code in all of my forms. Thanks.