Beginning Access 1002002 Vba [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Beginning Access 1002002 Vba [Electronic resources] - نسخه متنی

Robert Smith; Dave Sussman Et al

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید










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.







/ 256