UZIMA BOREHOLE DRILLING SYSTEM | KCSE 2024 - SYSTEM DESIGN

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • A link to a demo.
    drive.google.c...
    In this video I will demonstrate how to create Uzima Borehole Drilling System, step by step to the complete.
    I will look at;
    Tables
    Forms
    Queries
    Reports
    Main form
    Login Form
    Modules and Vba code

Комментарии • 11

  • @agnestanui5416
    @agnestanui5416 3 месяца назад

    THANKS FOR ENLIGHTING US, GOOD JOB SIR.

  • @raphaelwanyoro9460
    @raphaelwanyoro9460 4 месяца назад

    subscribed, liked, shared and commented. Awesome job Patrick

  • @cephascurl
    @cephascurl 2 месяца назад

    how is the plumbing fees to be determined?

    • @patrick_the_technician
      @patrick_the_technician  2 месяца назад

      If you using this design.
      Use a query to filter total for plumbing services

  • @violahyagan8469
    @violahyagan8469 4 месяца назад

    Is there part 2
    Please

  • @NinoSr-yg5rj
    @NinoSr-yg5rj 4 месяца назад

    You didn’t show us how you put the code for the Calculate button

    • @patrick_the_technician
      @patrick_the_technician  4 месяца назад +2

      Sorry.
      Dim x, y, z as double
      X = yourtextboxname1.value
      Y = yourtextboxname2.value
      Z = val(x*y)
      Yourtotaltextboxname.value=y
      Replace the textboxname with actual name for each text box.
      1. The textbox where you are getting cost depending each category of height and depth selected.
      2. The client actual measurements
      3. Where total will be displayed.
      Remember all other calculations I have done them in queries

    • @NinoSr-yg5rj
      @NinoSr-yg5rj 4 месяца назад

      Great! Thank you for the quick response. I’ll implement it right away.