Author Topic: Microsoft Access Function Library: CallByName()  (Read 4814 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1826
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: CallByName()
« on: August 15, 2012, 05:31:52 PM »
Function: CallByName()

Purpose: The CallByName() function is used to manipulate objects by either executing a method or setting the value of a property.

Usage: CallByName(object, procedure, calltype, args)

Returns: Value returned by procedure.

Examples and Special Cases


CallByName(MyButton, “Text”, vbGet)
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection