Prev: Subform Code Question
Next: Apostrophe Problem
From: DDBeards on 1 Jun 2010 12:01 This may be an easy one, but I am going nuts with it. I have a routine that builds a string "em_body". I want to pass this built string to function called "email_build". email_build(embod as string) is the function. I called it with email_build(em_body) and fails do to mismatch, and of course if I call it with email_build("em_body") all I get is the words em_body, not the value. Please help Chris
From: Douglas J. Steele on 1 Jun 2010 13:58 You sure em_body is defined as String, and not as a Variant? -- Doug Steele, Microsoft Access MVP http://www.AccessMVP.com/DJSteele Co-author: Access 2010 Solutions, published by Wiley (no e-mails, please!) "DDBeards" <DDBeards(a)discussions.microsoft.com> wrote in message news:679F70CE-A868-4FF5-A300-219E5B208A22(a)microsoft.com... > This may be an easy one, but I am going nuts with it. I have a routine > that > builds a string "em_body". I want to pass this built string to function > called "email_build". > > email_build(embod as string) is the function. > > I called it with email_build(em_body) and fails do to mismatch, and of > course if I call it with email_build("em_body") all I get is the words > em_body, not the value. > > Please help > > Chris
|
Pages: 1 Prev: Subform Code Question Next: Apostrophe Problem |