Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть New Perspectives Access 2019 Module 11 SAM Project 1b

  • Study Help Me
  • 2025-05-16
  • 1
New Perspectives Access 2019 Module 11 SAM Project 1b
studyhelpmeassignmenthelphomeworkhelpessaywritinghelppaperwritinghelpthesiswritinghelpstudyhelpme.comdissertationwritinghelpassignmentwritercollegeassignmenthomeworkwritingassignmentwritingtipshomeworktipsessaytips
  • ok logo

Скачать New Perspectives Access 2019 Module 11 SAM Project 1b бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно New Perspectives Access 2019 Module 11 SAM Project 1b или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку New Perspectives Access 2019 Module 11 SAM Project 1b бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео New Perspectives Access 2019 Module 11 SAM Project 1b

24 / 7 Live Support
[email protected]
website link: www.studyhelpme.com
WhatsApp: +44-7309655268
+91-9828671065
• PROJECT STEPS
1. You work in the Admissions Office at Ridgedale College to help track grants awarded to professors as well as teaching assistant assignments by class. You have created an Access database to organize these details. In this project you will enhance the database by creating and modifying Visual Basic for Applications, VBA.

Open the GrantEntry form in Design View and complete the following:
a. Open the Visual Basic Editor window.
b. Insert the following comment as the second line of the Form_Current procedure, in the line just above the If statement.

'Large grants require review

Save and close the Visual Basic Editor and save and close the GrantEntry form.
2. Open the ClassEntry form in Design View and complete the following:
a. Add a form event procedure to the On Current event with the VBA code as shown below and as in Figure 1. This procedure checks the value of the first three characters of the ClassNo field. If the first three characters start with SCI for Science the Lab Credits label named lblLabCredits and the LabCredits text box named txtLabCredits should be visible.
If the ClassNo field does not start with SCI, the label named lblLabCredits and the LabCredits text box named txtLabCredits should be not be visible.

Private Sub Form_Current
If Left ClassNo], 3 = "SCI" Then
lblLabCredits.Visible = True
txtLabCredits.Visible = True
Else
lblLabCredits.Visible = False
txtLabCredits.Visible = False
End If
End Sub
b. Save and close the VBE window, then save the ClassEntry form and switch to Form View.
c. Navigate through 10 records to test your procedure.
Close the ClassEntry form.
Figure 1: Form_Current VBA Procedure for the ClassEntry Form


3. Open the ProfessorEntry form in Design View and complete the following:
a. Add an event procedure to the After Update event of the HireDate text box that tests whether the HireDate Value property is equal to or greater than 1/1/2020. If true, display a message box with the message:
"New health savings plans available in 2020!" as shown below and as in Figure 2.

Private Sub HireDate_AfterUpdate
If HireDate.Value 1/1/2020# Then
MsgBox New health savings plans available in 2020!"
End If
End Sub
b. Save and close the VBE window, then save the ProfessorEntry form and switch to Form View.
Click the HireDate text box for the first record, enter 01/01/2020, and tab out of the HireDate text box to test your procedure. Click OK in the message box, then save and close the ProfessorEntry form.
Figure 2: HireDate_AfterUpdate VBA Procedure in the ProfessorEntry Form


4. Create a new, standard module with the name of SalaryFunctions and within it, create the following custom function named ComputerStipend as shown below and as in Figure 3. Save and close the SalaryFunctions module.

Function ComputerStipend
If Department = "CIS" Then
ComputerStipend = 0.05 * Salary
Else
ComputerStipend = 0
End If
End Function
Figure 3: ComputerStipend Function VBA Code in the SalaryFunctions Module


5. Create a new query in Design View based on the Professors table with the following instructions to test the new custom function, the ComputerStipend function, as used within a query:
a. Use ProfLastName, Department, and Salary fields from the Professors table.
b. Create a new calculated field named Stipend that uses the new ComputerStipend function with the Department field for the Department argument and the Salary field for the Salary argument.
c. Save the query with the name ComputerStipendCalculation and then display it in Datasheet View to test your new custom function and calculated field as shown in Figure 4. Close the ComputerStipendCalculation query.
Figure 4: ComputerStipendCalculation query in Datasheet View



6. Copy the FormProcs module and complete the following:
a. Paste it into the Navigation Pane using ReportProcs for the new module name.
b. Open the ReportProcs module in the Visual Basic Editor and delete the goToNewRecord and printRecord procedures.
Save and close the ReportProcs module.
7. Convert the RunTAReports macro to VBA. Include the error handling and macro comments statements. Accept the default module name and save and close any open Visual Basic Editor or Macro Design View windows.
8. Convert the macros in the SectionEntry form to VBA. Include the error handling and macro comments statements. Accept the default module name and save and close any open Visual Basic Editor and Form Design View windows.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]