主题:[讨论]请教高手
请问一下,我在编程中使用到如下语句:
select * from (某个表的名称) where (某个属性)=(某个值) into cursor temp
thisform.grid1.recordsource='temp'
运行时,记录被选择了,但窗体上无法显示出结果。这是怎么回事呀?我该怎么解决?
select * from (某个表的名称) where (某个属性)=(某个值) into cursor temp
thisform.grid1.recordsource='temp'
运行时,记录被选择了,但窗体上无法显示出结果。这是怎么回事呀?我该怎么解决?