D
Douglas J. Steele
It's possible that you may not be able to change it. For example, you can't
change Autonumber values.
change Autonumber values.
Van T. Dinh said:I am not sure from your description ...
It sounds like the tblProducts has a Field [Category]
which is a *ForeignKey*, NOT a PK/GUID, linking to the
tblCategories to classify the Product into a particular
category.
If this is the case, you will need to check the design of
the tblProduct (in SQL Server) to see if Null is allowed
for the ForeignKey Field [Category] and whether you have
set R.I. on the relationship between tblCategories and
tblProducts.