Access 2021 Full Course Tutorial (6+ Hours)

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

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

  • @LearnitTraining
    @LearnitTraining  Год назад +11

    Exercise Files: learnitanytime.com/p/exercise-files-access-2021-full-course-tutorial

    • @AckahErzane
      @AckahErzane Год назад +1

      Hello, please can you help me out on how to correct the error of "Subscript out of range " ?
      This occurred at the final stage of importing customer record in the tblCustomers..

    • @robertneave1696
      @robertneave1696 Год назад

      @@AckahErzane Read my comment.

    • @dontrunjustfaceit4045
      @dontrunjustfaceit4045 Год назад +1

      Thank you Trish for putting efforts to make things easy to understand!! It is helpful :-)

    • @PatBer-qc7nq
      @PatBer-qc7nq Год назад +1

      😮😊 8:44

    • @PatBer-qc7nq
      @PatBer-qc7nq Год назад

      9:27 9:29

  • @EzzHaroun-q5d
    @EzzHaroun-q5d Год назад +17

    I do not know how to thank you for this wonderful, easy and tidy academic work...... Thank you from the bottom of my heart.

  • @JeffreyFigiel
    @JeffreyFigiel 10 месяцев назад +1

    I am in the midst of your course and just wanted to say how much it has helped me to understand Access. It has been a wonderful experience. You are an excellent instructor.

  • @alphaandromeo
    @alphaandromeo 27 дней назад +1

    What a clear & smooth speaking, you are the best teacher. Course structure and teaching style is very good.

  • @robertneave1696
    @robertneave1696 Год назад +12

    For the SUBSCRIPT OUT OF RANGE error when creating "tblCustomers" at 1:13:15, simply keep moving in the course. Right after this problem occurs, the course teaches how to work around this problem at 1:14:25 - 1:17:40 while teaching how to import source data into a new table. For now, go ahead and delete your current "tblCustomers" table (Right Click, Delete) - you're going to make a new one. Use the steps taught at 1:14:25 - 1:17:40 to create a new "tblCustomers" table. Next, go back to 49:18 - 56:19 to recapture how we formatted the Field Properties in Design View. Modify your new "tblCustomers" Field Properties to match the old one that was deleted.

    • @LearnitTraining
      @LearnitTraining  Год назад +1

      Awesome tip!

    • @raquelamarins2249
      @raquelamarins2249 Год назад +1

      Except that you can't change CustomerID to AutoNumber

    • @JR-vc4gm
      @JR-vc4gm 10 месяцев назад

      I know I could find answer to this problem on the comment section. Many thanks!

    • @zoezhang3148
      @zoezhang3148 5 месяцев назад

      @@raquelamarins2249 1:25:26 explains how to fix AutoNumber

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

      I experienced same issue just now. I'm just starting in the course. Thanks.

  • @tangwanephraim2803
    @tangwanephraim2803 8 месяцев назад +2

    Best course on access i have seen on RUclips

  • @mohamedmokdad5222
    @mohamedmokdad5222 Год назад +5

    So many thanks for this MS Access tutorial. Very helpful, clear and detailed in its presentation. I learned a lot from it.

  • @wattjock2405
    @wattjock2405 9 месяцев назад +2

    I am up to the end of this wonderful lesson (thank you very much!) and...
    @5:20:51 ~ I don't know if anyone else ran up on this, however; I found that I needed to add an Else Statement to the IF Macro in order for the Employee cbo to be Visible if the Active control were checked.
    If [Active]=False Then
    SetValue Item=[Employee].[Visible] = No
    Else
    SetValue Item=[Employee].[Visible] = Yes
    End If

  • @amanhaman8568
    @amanhaman8568 Год назад +2

    Thanks a lot for the effort you put into this. I've been working in excel but was asked to build a simple db for a brother's elementary school so I had to take this refresher course.
    I've made one observation that is perhaps because I'm working in Access 2016. When the password code is attached to the load event, after entering no/wrong password, the form loads anyway after showing the dialogue boxes.
    To fix this, I attached the code to the Form Open event instead and when the right password isn't entered, right before "exit sub", I added "Cancel = true" and that worked. I hope it helps someone else.

    • @LearnitTraining
      @LearnitTraining  Год назад

      Thank you for the notes and we are glad you learned so much!

  • @JuliaAubert-wb8cz
    @JuliaAubert-wb8cz 6 месяцев назад +2

    Wow where was this video two months ago for my exam. Very detailed 👌

  • @mengmakara9365
    @mengmakara9365 Год назад +3

    This is a wonderful course. Thank you!

  • @LTrres
    @LTrres Год назад +2

    Thank you so much, your expert knowledge in Access makes it essay for me to understand the tasks, your explanations are wonderful. Thanks again God bless.

  • @johnr230
    @johnr230 Год назад +6

    Subscript out of range error is shown because the data type in the Excel file and the access database is not the same. Import the data into a new table and edit accordingly.

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

    Dear Trish. I can't thank you enough for this genius course. it really helped me alot . but i'm having this issue in Module 5 Lesson 5 when I enter the incorrect password, and ok , it takes me into the emplyoyee form and does not take me out of the form, so if you please could you give me a hand on that.

  • @ypn5367
    @ypn5367 Год назад +1

    Good afternoon. For example, I have 100 entries in the "table". A question:
    1) How to create an automatic numbering in the table, starting from number 001 (this field with the number will be a key)
    2) If, for example, I delete line 63, then the numbering should be updated (auto -missing).

    • @LearnitTraining
      @LearnitTraining  Год назад +1

      Hello Yevgeniy! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com

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

      @@LearnitTraining Any free community to join?

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

    3:56 I remember you made a change in the query and it reflected in the table, like you changed last name to Foresst and it also changed in table......now you're saying that those were just select queries and didn't change table

  • @mothesawy
    @mothesawy Год назад +3

    This is a wonderful course. Thank you!

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

    5:48 Didn't understand the concept of FE and BE database...the access to the tables that we need to give to end users is in FE or BE?
    If in FE then, then how will the further development or changes will be done by DBA in the FE since it's uneditable (you said further development to be done on FE DB)

  • @sundaramsambasivam6072
    @sundaramsambasivam6072 9 дней назад +1

    Tx for clear instructions.

  • @ahmedramadan2680
    @ahmedramadan2680 4 месяца назад +1

    many thanks to you, it is a great course

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

    5:40 Can we create 2 different VBA codes or event on the same form?
    Here, I think multiple conditions VBA got replaced by single condition VBA, right?

  • @K_Sikapa
    @K_Sikapa 3 месяца назад +1

    thanks very much for this great help through this video.................

  • @Quest2chill
    @Quest2chill Месяц назад

    Just started this course, my templates show 2 Northwind templates (Starter & Developer) which one should I select to follow this course?

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

    At 2:09 Why we converted the data into category id as numbers first and then names of category, when originally it was showing names good?

  • @oursteve2
    @oursteve2 7 месяцев назад +1

    Excellent course, well presented by knowledgeable tutor

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

    4:06:49 We don't save the changes in case of update?
    Then did the change reflect in the query?

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

    5:27 what did you press to save the record and have the new blank form displayed again?

  • @stewartmoore5158
    @stewartmoore5158 9 месяцев назад +1

    You're an amazing teacher! I can't believe this is free.

  • @craftycrafter4764
    @craftycrafter4764 8 месяцев назад

    Module 4 issue with qryCustomerByName not pulling the Jazzy Jazz Cafe may have something to do with the Active & Employee fields being blank- does the same with Milton’s Restaurant and Eastern Eardrums, regardless of whether you enter a partial or full name - doesn’t make sense, but that is the common denominator 🤔

    • @Saad-Sadiq
      @Saad-Sadiq 7 месяцев назад

      Correct the query shows only the companies where employee field is populated. You can confirm this by removing full name column.

    • @craftycrafter4764
      @craftycrafter4764 7 месяцев назад +1

      @@Saad-Sadiq Thank you for the response. Per my response, I was able to figure this out. However, the trainer (Trish Connor-Cato) indicated in the video that she did not know why it did not pull the Jazzy Jazz Cafe when the partial company name was queried… which is concerning when someone, like myself, is attempting to learn a program and the instructor cannot explain or correct when unexpected results &/or errors are encountered.

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

    In actual use how do we write the VBA code or even retain it in mind?

  • @Finncast
    @Finncast 5 месяцев назад +1

    Really well explained. Thank you

  • @QudsiaYousufzai
    @QudsiaYousufzai Год назад +2

    Thanks alot for useful video

  • @thohuynhmos
    @thohuynhmos 10 месяцев назад +1

    Thanks a lot :) Your videos are so helpful to me

  • @kobusjhg9667
    @kobusjhg9667 Год назад +1

    Good Day, Could you kindly tell me how you get your mouse cursor to make the arrows. It is very useful.

    • @LearnitTraining
      @LearnitTraining  Год назад

      That is Zoomit! A free program

    • @kobusjhg9667
      @kobusjhg9667 Год назад

      @@LearnitTraining Thank you very much. Currently I am enjoying your tutorial. Have you got something similar for MySql or Sql perhaps?

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

    1:55 we could change the data type from shot text to number, even if the table had data, why it didn't give the error this like we got an error in previous sections where we added new field, assigned required data type and deleted the original field?

  • @jamesbadu9163
    @jamesbadu9163 Год назад +2

    Thanks for the lesson

  • @azoregturbo
    @azoregturbo Год назад +1

    Hi! at 1:13:15 when I want to import the Customers I get an error message saying Subscript out of range. What could be the issue?

  • @kobusjhg9667
    @kobusjhg9667 Год назад

    Hi Trish, I am now on 1:57. I did type the CustomerID numbers. I was just wondering if I have to do this without help, I am sure you are using the CustomerID numbers from the Customers Table. As a point of clarity, I have noticed that although there are 16 Customers not all CustomerID numbers were used. What could be the reason for that?

  • @zainshah8644
    @zainshah8644 Год назад +1

    Very informative video about MS Access, I need to learn it. Thanks 👍

  • @AckahErzane
    @AckahErzane Год назад +2

    During my practice, I got to importing the customers record into the table, on my final click(Finish), I got an error which states that 'Subscript out of range'
    How do I correct this?

    • @LearnitTraining
      @LearnitTraining  Год назад

      Hello Krist! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com

    • @nurzamarul6047
      @nurzamarul6047 Год назад +1

      Same with me...did you found the solution?

  • @oscarcampos2086
    @oscarcampos2086 Год назад +1

    I created a data base and I tried to enter a new record and I couldn’t. I got the this error “Cannot add record(s); join key of table ‘MemberInfoTbl’ not in recordset.” I went to my table and I noticed the primary and foreign key I originally established were deleted. I closed the table and re-open them and the keys showed up. Can you assist?

    • @LearnitTraining
      @LearnitTraining  Год назад

      Hello Oscar! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com

  • @alan9171
    @alan9171 Год назад +1

    I have recently found this tutorial and found it very well documented, but I do have an issue in Module 5 Lesson 5 the vba code to the employee form, I have done this several time and when I enter the incorrect password, and ok , it takes me into the emplyoyee form any and does not take me out of the form, I have download all the exercise files 5 times, and have run with no debug box, just wrong password and back to employee form ???? thoughts, ideas??

    • @LearnitTraining
      @LearnitTraining  Год назад

      Hello Alan! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com/

    • @piapas
      @piapas 11 месяцев назад +3

      Hello @alan9171 ! I'm having the same problem here ! Have you found a solution ? Thanks a lot

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

      Same problem. did anyone found a solution ?

  • @glennroberts6819
    @glennroberts6819 13 дней назад +1

    timestamp 1:29:31

  • @brainstormingsharing1309
    @brainstormingsharing1309 Год назад +2

    Keep it up 👍

  • @weasamalaa9737
    @weasamalaa9737 Год назад

    would you please tell me how relationship is done between employee and customer table , however employeeid is number and employee in customer table is text ?!!

    • @LearnitTraining
      @LearnitTraining  Год назад

      Hello weasam alaa! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com

  • @Brand.ooo7
    @Brand.ooo7 9 месяцев назад +1

    Hello deyer happy New year 🎉

  • @zsuzskoal-pajti942
    @zsuzskoal-pajti942 Год назад +1

    how can i import emails from outlook with the attachment?

    • @LearnitTraining
      @LearnitTraining  Год назад

      Hello Zsuzsko! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com/

  • @tigerlily62
    @tigerlily62 Год назад

    Hi! When I try to import data into the "tblCustomers" table, I get a "Subscript out of range" message dialog box? I only get the option to click "OK" and I'm back at the Import Spreadsheet Wizard final screen again...😞 Help!!..Thanks!

    • @AckahErzane
      @AckahErzane Год назад

      Same error as I'm currently facing..

    • @AckahErzane
      @AckahErzane Год назад

      I'm currently doing manual data entry of that section, but I wish LearnIt will help us out

  • @AidarosHassan
    @AidarosHassan Год назад +3

    I am Readying watching in 6 hours 3 hours Just now 3 hours Tomorrow

  • @oguzturkyilmaz543
    @oguzturkyilmaz543 Год назад +1

    thank you very much.

  • @ZenGlz-yq2hv
    @ZenGlz-yq2hv Год назад +1

    The only reason this is easy to follow along is because it was made recently.

    • @LearnitTraining
      @LearnitTraining  Год назад

      Thanks

    • @thomastommy9864
      @thomastommy9864 10 месяцев назад +1

      Check out Dan McAllister's 2016 Access tutorials from LearnIt Training. I had no problems going through every module step by step.

    • @kensimba7868
      @kensimba7868 10 месяцев назад

      ​@@thomastommy9864I have done Dan's 4 video series and trust me, it's the best access tutorial u can find in the entire world. Am also here to get a tip or two of which am really grateful for coz they're free. God bless learnit institution

  • @anandvanthala6209
    @anandvanthala6209 Год назад +1

    Excellent mam

  • @taheralmorsi3038
    @taheralmorsi3038 Год назад +1

    Well done

  • @kobusjhg9667
    @kobusjhg9667 Год назад +4

    You do not really give some assistance. You only reply when you get a compliment, not when I for one has a problem/error in your course

    • @LearnitTraining
      @LearnitTraining  Год назад

      Hello Kobus! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com/

    • @kobusjhg9667
      @kobusjhg9667 Год назад

      @@LearnitTraining Thank You

    • @kobusjhg9667
      @kobusjhg9667 Год назад +4

      @@LearnitTraining No help from there either

    • @kobusjhg9667
      @kobusjhg9667 Год назад

      I have restarted this course about 6 times to make sure that I have not done something wrong. I keep on getting the same error as soon as I do the lookup. I decided to go back, re-create tblOrders and tblCustomers and not do the step where I put the numbers on the data sheet manually, but change the CustomerID on tblOrders to NUMBER and not SHORT TEXT. I did not do the lookup, but the Customer names still did not show on tblOrders Data sheet. I noticed a down arrow on each record and if noticed if I open it, I can select the Customer names one -by -one. This worked perfectly, I have all the Customer Names in tblOrders.
      The only problem I see so far is that there is 16 records with Customer Names in, but from record 17 to record 30 is blank records. I do not want to delete these blank records, because it might delete them forever and start the next record with 31.

  • @marvinrose2045
    @marvinrose2045 Год назад +1

    Brilliant

  • @shibusadanandan9006
    @shibusadanandan9006 3 месяца назад +1

  • @ZenGlz-yq2hv
    @ZenGlz-yq2hv Год назад

    in this class they think that one can do anything on our own. thats not true.

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

    03:03 Report in design view is okay, but how to put current date and time on the report header?