J
jason
Could someone help me get the syntax correct for this CREATE SQL QUERY in
Acccess 2000:
I am getting a SYNTAX CONSTRAINT error when I try to run it....
CREATE TABLE ListingPriceChanges
(
ListingID INT FOREIGN KEY REFERENCES Listings(ListingID),
NewPrice DECIMAL(19,2),
ChangeDate SMALLDATETIME
Many thanks
jason
Acccess 2000:
I am getting a SYNTAX CONSTRAINT error when I try to run it....
CREATE TABLE ListingPriceChanges
(
ListingID INT FOREIGN KEY REFERENCES Listings(ListingID),
NewPrice DECIMAL(19,2),
ChangeDate SMALLDATETIME
Many thanks
jason