dynamictiger
Registered User.
- Local time
- Today, 03:02
- Joined
- Feb 3, 2002
- Messages
- 270
I am not sure whether to post this in Queries or in Modules.
My application has a situation where we generate an email or printed quote (for faxing). The quote includes stock, and labour. Some of the stock may have an extended description that is sales blurb type information.
I can return this information in a query.
The question then becomes how do I transfer this information to my code for inclusion in the email or fax?
I could use dlookup to return the appropriate fields.
Or could I use an ADO construct (of some sort) to return fields instead?
Or some approach I have not considered.
My application has a situation where we generate an email or printed quote (for faxing). The quote includes stock, and labour. Some of the stock may have an extended description that is sales blurb type information.
I can return this information in a query.
The question then becomes how do I transfer this information to my code for inclusion in the email or fax?
I could use dlookup to return the appropriate fields.
Or could I use an ADO construct (of some sort) to return fields instead?
Or some approach I have not considered.