18. (Advanced Programming In Access 2013) Managing Subform Interactions With VBA

  Рет қаралды 38,323

Programming Made EZ

Programming Made EZ

Күн бұрын

Пікірлер: 30
@swapnilwankhede3440
@swapnilwankhede3440 7 жыл бұрын
Hi Steve Excellent Tutorials, Thanks a lot Steve for uploading this videos, it’s really helpful, never found such good videos.
@bumpersmith
@bumpersmith 7 жыл бұрын
As always you hit on the challenges that others do not take the time to tackle like the #Name situation when no data is supplied
@artsafari8157
@artsafari8157 9 жыл бұрын
Thank you! Clear, concise, and thorough - a running theme in your videos!
@markwilliams9771
@markwilliams9771 8 жыл бұрын
Yes, I especially liked this video because it gave me the answer to a problem I had with my project. I wasn't using subforms, but this works the same if you have a combo box and checkbox on the header of a form and the data loads in the details section.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 8 жыл бұрын
+Mark Williams Indeed, it is the same method for subforms as it would be for comboboxes or listboxes, but you want to set the rowsource instead of the recordsource.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 жыл бұрын
Shakeel Kashif, I am unable to reply to your comment directly due to KZbin lameness, but essentially you want charts. I will go over charts later in this advanced series.
@SanteFrezza
@SanteFrezza 5 жыл бұрын
thank you. Very helpful
@renejamis2149
@renejamis2149 4 жыл бұрын
Hi Steve, My question is somewhat related to the video. Form: frmNavS -> NavigationControl0 -> NavBtnIP loads NavInPogressS whose RecordSource is a Query that has the Count function. The form is a Datasheet view & one of the fields is a Hyperlink that opens a form to allow the user to apply a checkmark to the selected row. Once the checkmark is applied, I have a Save button that saves then closes the form returning the user to the previous form which had not been closed to begin with, so the row the user clicks on still shows the [ReAssign] checkbox not checked. I have tried a few variations of the VBA Forms method to requery the form they are returned to, but can't seem to work it out. These are the 2 I thought would make the most sense but did try at least 2 other variations. I also tried using the Requery Macro on the "On Data Change", "On Activate" and "Got Focus" events for the "NavInProgressS" form but no dice. [Forms]![frmnavs].Requery [Forms]![frmnavs].[Form]![NavigationControl0].Requery More than a little bit stuck here, thoughts? Thanks in advance.
@venkatyalamati3285
@venkatyalamati3285 3 жыл бұрын
Sir, thanks for the video.. how do I make the subform current highlighted record as the main userform current record?
@tmhmttrmh
@tmhmttrmh 8 жыл бұрын
Great videos! Thanks so much for offering them up on KZbin! In video #18 at about 4:50 there's mention of an option to disable the subform and not display it when the parent form loads. Using the On Load event. I'm curious what code would you use in the event procedure to cause the subform not to load?
@kadnacer7571
@kadnacer7571 8 жыл бұрын
hi steve 1-if we want to filter using two combobox or more, how do we do?. 2-if we want to filter using comboboxes with checkboxes or listboxes, how do we proceed?
@angeldsouza5712
@angeldsouza5712 7 жыл бұрын
Great video's. Q: Can we add subform record into a new table?
@jimstauble9375
@jimstauble9375 Жыл бұрын
Doesn't the RecordSource property automatically do the Requery when it is set?
@HarveyFrench
@HarveyFrench 9 жыл бұрын
Add a vbCRLF between each SQL line, when building SQL statements, they become much easier to read in a text editor (or the SQL editor). I use the function below. Dim a as string a= "" aa a, " SELECT *" aa a, " FROM Tab1" aa a, " WHERE 1=2" Public Sub aa(ByRef str1 As String, ByVal str2 As String) ' This routine is very useful when creating SQL statements as they become much easier to read and debug (it has been written as a sub NOT a function as this makes it easier to use) str1 = str1 & vbCrLf & str2 End Sub Very good videos. Good pace and well considered.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 жыл бұрын
Harvey French Indeed this is a good tip. Something I don't usually do but would help when trying to read the SQL.
@HarveyFrench
@HarveyFrench 9 жыл бұрын
Thanks.
@iskra1974
@iskra1974 6 жыл бұрын
Just a question. With linked table you can execute query based on value in linked table? So when you update value in sql table it is directly cpoied in linked tAble?
@nymakara9965
@nymakara9965 6 жыл бұрын
Good video! but Can you help me? I want to know how do we clear data on textbox or cbobox in Subform by one button in Main form?
@MonicaSacanle
@MonicaSacanle 9 жыл бұрын
Sir i am a first timer when it comes to access programming and for now i need to make a Human Resource Information System using access and i watch your videos as my guide. do I need to assign different table for Personal Info , Family background and educational Background because there's so many field for each one of them . Thank you Sir in advance . I hope you will guide me anyway .
@rafiullah-zz1lf
@rafiullah-zz1lf 4 жыл бұрын
Is it possible to do this with more fields
@mahmoudafify1387
@mahmoudafify1387 7 жыл бұрын
hello dear iam so thankful for all the information which you giving to us please help me , i have a query and i want to show message if the result of the query is nothing thx,
@SAK30395
@SAK30395 9 жыл бұрын
HI Steve Sir, I am Student and working on one project to make BI dashboard ,where data is stored in SQL .I need your help how can i make KPIs dashborad ,may around 12 charts in one page and filtered by different KPIs. Many Thanks
@imusmanmustafa
@imusmanmustafa 8 жыл бұрын
hello sir! I want to know that how we can show all ov the records when our combo box empty. you showed that how to show the empty subfrom, but what would be the case if we want to show all of the records?
@ProgrammingMadeEZ
@ProgrammingMadeEZ 8 жыл бұрын
As I mentioned, you set the "rowsource" for a listbox or combobox.
@alharamedu7708
@alharamedu7708 5 жыл бұрын
Sir, Just solve it👇 I want to enter multiple enteries in sub form using unbounded boxes can you tell me how can i do this..?
How to easily automate boring Excel tasks with Power Query!
17:10
MyOnlineTrainingHub
Рет қаралды 1,6 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
20. (Advanced Programming In Access 2013) Using Tab Controls
21:26
Programming Made EZ
Рет қаралды 57 М.
7 Database Design Mistakes to Avoid (With Solutions)
11:29
Database Star
Рет қаралды 101 М.
The Excel Tool That Does What PivotTables Can’t (File Included)
13:59
MyOnlineTrainingHub
Рет қаралды 302 М.
How to use Microsoft Access - Beginner Tutorial
31:07
Kevin Stratvert
Рет қаралды 3,5 МЛН
17. (Advanced Programming In Access 2013) Filtering Sub-Forms Using VBA
10:51
9. (Advanced Programming In Access 2013) DAO vs ADO
28:45
Programming Made EZ
Рет қаралды 48 М.
Querying 100 Billion Rows using SQL, 7 TB in a single table
9:07
Arpit Agrawal (Elastiq.AI)
Рет қаралды 61 М.
EASILY Make an Automated Data Entry Form in Excel
14:52
Kenji Explains
Рет қаралды 1,1 МЛН
How to use Microsoft Power Query
16:35
Kevin Stratvert
Рет қаралды 2,2 МЛН