Prev: Custom Popup toolbar
Next: thumbnail in field?
From: Jeff Boyce on 20 May 2010 12:17 It appears Alexander has provided this. I'm curious why you've not posted the code you've already tried. Are we creating this for you, something like a homework assignment, or helping you create it? Regards Jeff Boyce Microsoft Access MVP -- Disclaimer: This author may have received products and services mentioned in this post. Mention and/or description of a product or service herein does not constitute endorsement thereof. Any code or pseudocode included in this post is offered "as is", with no guarantee as to suitability. You can thank the FTC of the USA for making this disclaimer possible/necessary. "Jon" <Jon(a)discussions.microsoft.com> wrote in message news:A6F9AF78-F434-42FC-88A8-825441B2D4D7(a)microsoft.com... > Thank you all, > but could you please provide full code? also, I want to to display the > form > name in msgbox please? > > "Jeff Boyce" wrote: > >> Jon >> >> Something like (untested): >> >> YourFunction(strName as String) >> ... >> >> >> and to call it from within a form, on a button click, you could use: >> >> Call YourFunction(Me.Name) >> >> Good luck! >> >> Regards >> >> Jeff Boyce >> Microsoft Access MVP >> >> -- >> Disclaimer: This author may have received products and services mentioned >> in this post. Mention and/or description of a product or service herein >> does not constitute endorsement thereof. >> >> Any code or pseudocode included in this post is offered "as is", with no >> guarantee as to suitability. >> >> You can thank the FTC of the USA for making this disclaimer >> possible/necessary. >> >> "Jon" <Jon(a)discussions.microsoft.com> wrote in message >> news:C9497691-E686-4E3B-98B8-23358826251B(a)microsoft.com... >> > Greeting, >> > I want to display the current form name when clicke on a button in the >> > form, >> > but I want to use a module for that? any help please!!! >> >> >> . >> |