Text only
|
Text with Images
Dolphin.com.bd
Office Suite Tutorial => Microsoft Office Access => Topic started by: bbasujon on August 15, 2012, 05:28:48 PM
Title:
Microsoft Access Function Library: CVErr()
Post by:
bbasujon
on
August 15, 2012, 05:28:48 PM
Function: CVErr()
Purpose: The CVErr() function allows the creation of user-defined errors.
Usage: CVErr(error_number)
Returns: Visual Basic error object containing an error number of error_number.
Examples and Special Cases
result = CVErr(2500)
Text only
|
Text with Images