将查询结果传递给SendObject

将查询结果传递给SendObject

本文介绍了将查询结果传递给SendObject的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,

我试图通过查询结果自动发送与他们自己相关的人报告。


我可以拿e从ListBox发送邮件地址并将它们传递给SendObject命令,但我想取一个记录集(从查询中获取)并传递给它。



''* ****当前代码*****

Hey,
I am trying to take the results of a query to auto-email people reports only relating to themselves.

I can take e-mail addresses from a ListBox and pass them to the SendObject command but I want to take a record set (gained from a query) and pass instead.


''*****CURRENT CODE*****

展开 | 选择 | Wrap | 行号

推荐答案


展开 | 选择 | Wrap | 行号


展开 | 选择 | | 行号


这篇关于将查询结果传递给SendObject的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-30 22:38