×

Loading...

怎么知道是用户按了哪一行呢?我用的查询方式是:

OBJECT1.Open ("MY_database")
Set RS = OBJECT1.Execute("SELECT * FROM ProductGroup")

然后显示 RS 的内容。
Report