S
Sam
When trying to add records to an MS access 97 table which
uses "autonumber" field as a primary key, the record(s)
never get added. Example of sq1 script:
$db->Sql( "INSERT INTO Autolog (Date, Vehicle_Type,
Mileage, Service_Type, Cost, Remarks) VALUES
('$Date', '$Vehicle_Type', '$Mileage','$Service_Type
', '$Cost', '$Remarks' )"). The "autonumber" field,
named, "RecNum," is not referenced because the next
sequential number is not known. Can someone perhaps tell
me why the table does not get updated(?).
uses "autonumber" field as a primary key, the record(s)
never get added. Example of sq1 script:
$db->Sql( "INSERT INTO Autolog (Date, Vehicle_Type,
Mileage, Service_Type, Cost, Remarks) VALUES
('$Date', '$Vehicle_Type', '$Mileage','$Service_Type
', '$Cost', '$Remarks' )"). The "autonumber" field,
named, "RecNum," is not referenced because the next
sequential number is not known. Can someone perhaps tell
me why the table does not get updated(?).