#2
zyxyklh2023-05-13 09:13
|
Set db = CurrentDb
sqlPriSch = "select PriSch.ÔoÏμ1,PriSchClass.°à¼¶,PriSch.DÕÃû,PriSch.ѧoÅ,PriSch.±Ïòμè¥Ïò,PriSch.¾íòμμ¥λÃû3Æ,PriSch.¾íòμμ¥λ×éÖˉ»ú11′úÂë from PriSch inner join PriSchClass on PriSch.ѧoÅ = riSchClass.ѧoÅ"
Set rstPriSh = db.OpenRecordset(sqlPriSch) '此句报错,是不是SQL语句写的不对?