R
Rupey
I am using Access 2003 .adp as a front end to a SQL Server 2000 database.
I am creating a table (Master) and want to use uniqueidentifier as the
Primary Key.
If I create a Detail table as a one-to-many relationship with Master what
data type do I use as the foreign key field pointing to Master?
And what is the type I would use in VBA code?
I am creating a table (Master) and want to use uniqueidentifier as the
Primary Key.
If I create a Detail table as a one-to-many relationship with Master what
data type do I use as the foreign key field pointing to Master?
And what is the type I would use in VBA code?