S
sam
I have an MS 97 table that uses "autonumber" as primary
key. However, when I use sql to select (retrieve) a
record using an autonumber key number, the record is
never found. Example: "$db->Sql( "select * from Autolog
where RecNum='$Record_Number' ")"; where RecNum is the
table field name and $Record_Number is a known "valid"
entity in the table. The record is never found. Can
someone tell me why this happens?
key. However, when I use sql to select (retrieve) a
record using an autonumber key number, the record is
never found. Example: "$db->Sql( "select * from Autolog
where RecNum='$Record_Number' ")"; where RecNum is the
table field name and $Record_Number is a known "valid"
entity in the table. The record is never found. Can
someone tell me why this happens?