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

Скачать или смотреть New Perspectives Access 365 | Module 11: SAM Project A | Tech Builders

  • Tutorial Previews
  • 2025-11-12
  • 10
New Perspectives Access 365 | Module 11: SAM Project A | Tech Builders
new perspectives access 365module 11 sam project atech builders access projectnew perspectives access 365 module 11 sam project amodule 11 sam project a tech builderstech builders sam project 1ashelly cashman access 365 module 11 sam project ashelly cashman access 365access 365 module 11 sam project aModule 11 end of module project 2Module 7 sam capstone project 1cModule 2 end of module project 2
  • ok logo

Скачать New Perspectives Access 365 | Module 11: SAM Project A | Tech Builders бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно New Perspectives Access 365 | Module 11: SAM Project A | Tech Builders или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку New Perspectives Access 365 | Module 11: SAM Project A | Tech Builders бесплатно в формате MP3:

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

Описание к видео New Perspectives Access 365 | Module 11: SAM Project A | Tech Builders

New Perspectives Access 365 | Module 11: SAM Project A | Tech Builders #newperspectives

If you directly want to get the project from us then contact us on our Whatsapp. Link is given here,

Whatsapp Contact Link:
https://api.whatsapp.com/message/4B6NMKKBK...

Whatsapp Number:
+919116641093
+918005564456

Gmail Id:
[email protected]

We are providing help in all Online Courses, Computer Science, Business and Management, Business Math, Business and Finance, Business and Accounting, Human Resource Management, History, English.

PROJECT STEPS
1. You work in the data division of Tech Builders which sells computer and network system hardware to a variety of companies. For high level planning purposes, you have created an Access database to track new customers, the hardware modules they have purchased, and the lead representative for each installation. In this project, you will enhance the database by creating and modifying Visual Basic for Applications(VBA).

Open the RepresentativeSalary 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.
'Must reside in CAN and be a contract employee to receive travel allowance

Save and close the Visual Basic Editor and save and close the RepresentativeSalary form.
2. Open the CustomerEntry form in Design View and complete the following:
a. Add a form event procedure on the On Current event with the VBA code as shown below and as in Figure 1. This procedure checks the value of the Employees field. If the value is greater than 3000, the RepresentativeMessage label is visible. If the value is less than or equal to 3000, the RepresentativeMessage label is not visible.
Private Sub Form_Current()
If Employees.Value 3000 Then
RepresentativeMessage.Visible = True
Else
RepresentativeMessage.Visible = False
End If
End Sub

b. Save and close the VBE window, then save and open the CustomerEntry form in Form View.
c. Navigate through several records to test your procedure.

Close the CustomerEntry form.
Figure 1: Form_Current VBA Procedure for the CustomerEntry Form



3. Open the RepresentativeSalary form in Design View and complete the following:
a. Add an event procedure to the After Update event of the ContractEmployee check box that tests whether the ContractEmployee Value property is True. If true, display a message box with the message:
"Complete contract employee documents" as shown below and as in Figure 2.

Private Sub ContractEmployee_AfterUpdate()
If ContractEmployee.Value = True Then
MsgBox "Complete contract employee documents"
End If
End Sub

b. Save and close the VBE window, then save and open the RepresentativeSalary form in Form View.
c. Click the ContractEmployee check box for the first record to test your procedure. Click OK in the message box, click the ContractEmployee check box again to uncheck it, then close the RepresentativeSalary form.
Figure 2: ContractEmployee_AfterUpdate VBA Procedure in the RepresentativeSalary Form



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

Function TravelCalc(CountryValue, SalaryValue)
If CountryValue = "CAN" Then
If SalaryValue 65000 Then
TravelCalc = 2000
ElseIf SalaryValue 72000 Then
TravelCalc = 1500
End If
End If
End Function
Figure 3: Travel Function VBA Code in the CustomFunctions Module



5. Create a new query in Query Design View based on the Representative table with the following instructions to test the new custom function, the TravelCalc function, as used within a query:
a. Use LastName, Reside, and Salary fields from the Representative table.
b. Create a new calculated field named TravelCost that uses the new TravelCalc function with the Reside field for the CountryValue argument and the Salary field for the SalaryValue argument.
c. Save the query with the name TravelCostCalculation and then display it in Datasheet View to test your new custom function and calculated field. Close the TravelCostCalculation query.
6. Copy the FormProcedures module and complete the following:
a. Paste it into the Navigation Pane using ReportFunctions for the name.
b. Open the ReportFunctions module in the Visual Basic Editor and delete the createNewRecord and printCurrentRecord procedures.

Save and close the ReportFunctions module.
7. Convert the OpenObjects 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.

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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