but it didn't print the id at all, let alone the id of just added record.
here is what i did: .... RS("source") = source RS("realdatesubmit") = Date myDate=DateValue(spot_impact_mo & "/" & "1" & "/" & spot_impact_yr) RS("datesubmit") = myDate RS.Update
Vince from Spain -> RE: to Vince (3/16/2001 20:20:00)
If you manually examine the database after the insert, is the new record there? Has the ID field got a value in it? I just want to check that the ID field is in fact an "autonumber" field. I have used this method on a number of occasions. It does work. Trust me