I'm trying make a button on a page that would add a new row on my DTC Grid with ? marks in all fields. It is an Access 98 database. So far I tried the following:
recordset1.addnew
recordset1("FirstName" = "?"
recordset1("LastName" = "?"
recordset1.update
I was reading somewhere that Access doesn't support adding new records, but I find that somewhat hard to believe. If someone could give me some tips I'd be very happy.
recordset1.addnew
recordset1("FirstName" = "?"
recordset1("LastName" = "?"
recordset1.update
I was reading somewhere that Access doesn't support adding new records, but I find that somewhat hard to believe. If someone could give me some tips I'd be very happy.