Re: Call function
From: Steve Lang (nowhere_at_Nohow.not)
Date: 08/19/04
- Next message: James: "Re: Exiting a form with Macros"
- Previous message: donotspam: "New coded dialog box FilePageSetUp cancel button fails"
- In reply to: Jean Marie VIGNEAUD: "Call function"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Aug 2004 08:19:12 -0700
Allo Jean-Marie,
If you are using a userform, pass the text property of the field to your
function:
call myFunction(Fieldname.Text)
HTH and have a great day!
Steve
"Jean Marie VIGNEAUD" <jm.vigneaud@gironde.chambagri.fr> wrote in message
news:cg1s8n$mlj$1@s5.feed.news.oleane.net...
> Hello,
>
> I've created a form with a button which call a function.
>
> This function need the value of a field of my form.
>
> Question :
>
> How is it possible to have the value of this field in my function ?
>
> Into Access, for exemple, there is this type of code :
forms!test!testfield.
>
> I don't know if the same type of code exist in Word 97.
>
> Thanks for your help.
>
> regards
>
> Jean-Marie
>
>
>
- Next message: James: "Re: Exiting a form with Macros"
- Previous message: donotspam: "New coded dialog box FilePageSetUp cancel button fails"
- In reply to: Jean Marie VIGNEAUD: "Call function"
- Messages sorted by: [ date ] [ thread ]