Beginning Access 1002002 Vba [Electronic resources]

Robert Smith; Dave Sussman Et al

نسخه متنی -صفحه : 256/ 56
نمايش فراداده

Exercises

    Early on in the chapter in Try It Out - Viewing the Access Objects, we looked at viewing forms and reports using the

    AllForms and

    AllReports objects, go to that section and alter the code to look at the other

    AccessObject objects (

    AllTables ,

    AllFunctions and

    AllQueries and so on). You should receive a

    Run-time error 438 - Object doesn't support this property or method when you try

    AllFunctions - because this property is supported in the Access Data Project and not normal Access projects, such as this one (we discuss Access Data Projects in Chapter 21).

    An object may have properties and methods - what is the difference between a property and a method? Provide an example of a form property and a method.