Office Suite Tutorial > Microsoft Office Access

Microsoft Access Function Library: CallByName()

(1/1)

bbasujon:
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)

Navigation

[0] Message Index

Go to full version