Daffodil Computers Ltd.

Office Suite Tutorial => Microsoft Office Access => Topic started by: bbasujon on August 15, 2012, 05:31:52 PM

Title: Microsoft Access Function Library: CallByName()
Post by: bbasujon 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)