[attach]2831[/attach]作者: lovesun 时间: 2003-12-19 17:41
我是想在成绩输入窗体中,点击添加记录时进行上述操作的.score表中的课程名应为课程号作者: lovesun 时间: 2003-12-19 21:31
版主救命啊.作者: lovesun 时间: 2003-12-20 01:03
这个论坛有版主吗?作者: kcul 时间: 2003-12-20 02:18
Dim db as Database
Dim rst as RecordSet
Set db=currentDb()
sqlString="INSERT INTO STU VALUES(' ',' ',' ')"
Set rst = db.OpenRecordset(sqlString)作者: lovesun 时间: 2003-12-20 02:33
Dim db as Database
如果上面这句话,不能通过,报告Database没有定义