Тёмный

20. Modifying Our Form - Part 1 (Programming In Microsoft Access 2013) 🎓 

Programming Made EZ
Подписаться 79 тыс.
Просмотров 117 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 75   
@ProgrammingMadeEZ
@ProgrammingMadeEZ 5 лет назад
Looking for DAILY news and commentary? Join us on my other channel “Coffee With Steve” for daily videos where we discuss Technology, Software Development, Politics, Culture, and many other things. Coffee With Steve: ru-vid.com/show-UCeXAUvo5xxDY_b-lSknPC1A
@JonMW
@JonMW 2 года назад
This series has been extremely valuable to me! The way that you start with tables and relationships first and not forms is, I think, very important for getting those fundamentals right - for my first project I was trying to cover bad database knowledge with mediocre programming knowledge and the results were not amazing. This is helping me go back and clean up that mess.
@chaficrassi
@chaficrassi 6 лет назад
Hi Steve. Amazing work you're doing here, much appreciated. Just a note regarding this, another way of doing this (correct me if I'm wrong) seems to be as follows: 1- Put the field (text) we want to show first column of the query, and have the ID in another column (in data tab) 2- Specify the bound column number to the ID column (in data tab) 3- Set column count=1 (in format tab)
@dalskiBo
@dalskiBo 5 месяцев назад
Best series on Access I have come across (30+ hours of other courses done already) - thank you.
@markdownie6216
@markdownie6216 3 года назад
Following this course ahead of the Access2016 one (which I use) but this is a great grounding in relational databases. I love your teaching style and approach, very easy to follow and a great refresher for someone who dabbled in MSAccess many years ago. This lesson on coding drop-down combo boxes was a light bulb moment for me. Thank you so much!
@muhammetsamkara1074
@muhammetsamkara1074 7 лет назад
Hi Mr Bishop, a perfect, very clear tutorial. I ll make use of the series during my proffessional life. Thank you so much .
@faisaljaffer3341
@faisaljaffer3341 4 года назад
5 Stars - You explained this in a very well organized and beautiful way.
@johndarko5188
@johndarko5188 8 лет назад
Thank you very much! My teacher doesn't explain anything so i watch your videos to sort it out by myself. And your explanations on everything is so clear, so that i can get it even if english is not my native language
@ProgrammingMadeEZ
@ProgrammingMadeEZ 8 лет назад
+Майкро Саймон Thank you. I'm glad you are enjoying them.
@Mandelbrot567
@Mandelbrot567 6 лет назад
Excellent explanation of how to add combo boxes, better than on some courses I have paid for, thanks Steve.
@laithhameedalazawy
@laithhameedalazawy 10 лет назад
This one was GREAT !
@timothywynne7025
@timothywynne7025 5 лет назад
Terrific explanation of the combo box and options.
@TomMCgames
@TomMCgames 10 лет назад
Oh my god, I just noticed, you earn way more views and likes man! Your tutorials are awesome! I'm going to learn vba soon on my school and I'm using your tutorials to start preparing ;) I want to thank you so much for making these video's. New sub ;)
@ProgrammingMadeEZ
@ProgrammingMadeEZ 10 лет назад
Glad you are enjoying them! I hope they help you a lot in your schooling.
@rossdean2563
@rossdean2563 7 лет назад
Steve, You are the man. Keep being you bro. Sincerely, Every Engineer ever (see Wizard/Magician).
@Lomaxient
@Lomaxient 6 лет назад
O.K. that was bloody brilliant! It's all clicking together now.
@squint85743
@squint85743 10 лет назад
Thank you for doing these tutorials, they are great. Keep up the good work.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 10 лет назад
Thank you Mike. Glad to hear they have been helpful.
@charminglovely66
@charminglovely66 7 лет назад
Man your a genius your the best teacher.
@ksrinivas1729
@ksrinivas1729 9 лет назад
Hi ,Your videos are awesome .... Long live tutor
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 лет назад
+Karanam Srinivas Thank you Karanam!
@bamokinamoandadestin7888
@bamokinamoandadestin7888 6 лет назад
thanks boss! This was long and complex as you said, but you made it well! I hope that you also teach other stuffs on youtube!
@DustyAnimations
@DustyAnimations 4 года назад
love these tutorials
@angusred4305
@angusred4305 6 лет назад
Excellent tutorials. Where were you when I was learning DBase IV!
@noonespecial5473
@noonespecial5473 8 лет назад
Hey so one thing I have noticed cause I'm using this as a refresher.. You do not need to close forms/tables/queries... just hit the refresh all button in the Home tab.
@amostake
@amostake 6 лет назад
These are fantastic.
@tajuddinidrisi6610
@tajuddinidrisi6610 2 года назад
Excellent 👌
@renanmil1
@renanmil1 8 лет назад
Thank you man, I am so grateful!
@jayvan6367
@jayvan6367 10 лет назад
thanks for the tutorials..for beginner like me, this tutorial help me a lot in learning ms access..Steve, can you give me some advise in my project..
@ProgrammingMadeEZ
@ProgrammingMadeEZ 10 лет назад
I'm afraid I just don't have the time to help everyone with their projects, however www.accessforums.net/ is a great place to go for help.
@jayvan6367
@jayvan6367 10 лет назад
Programming thanks Steve
@lamthai9395
@lamthai9395 4 года назад
Hi Steve, thanks these videos, they're great. I've a question. When through the steps and noticed my form and queries is not updateable. Do you've any ideas why this happening?
@fredevans2360
@fredevans2360 7 лет назад
Hello Steve-- your tutorials are great and thank you I am really battling with this lesson. I cant get my mind around the addresstype section. (I am working on this alone so I dont have access to anyone to debate with) I cant get my mind around the relationship between qrycustomeraddresses and tbl2addresstypes. I think I have been working on this problem to long and have developed a mental block. Do you perhaps have the instructions expressed in a different way? I can see the mechanics of the code by7 the logic eludes me. Please help fred
@Lomaxient
@Lomaxient 6 лет назад
QUICK QUESTION: I wanted the text in my combo box to be center aligned. While the text in the box was easily centered, the drop down list was left aligned. I went back to the source table, changed the alignment there & wallah, it worked! However, other formatting doesn't work like; color, font type, bold, italics etc... Is it possible to make the [text properties of the drop down list] different from [the text properties of the box itself]? I'm sure it's possible with code, but is their an easier way?
@antonbaidu6067
@antonbaidu6067 9 лет назад
The tbl2AddressTypes was also available on the Row Source dropdown. Why going through the elipsis?
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 лет назад
+Anton Baidu More than one way to skin a cat. ;-)
@AH_World_bh
@AH_World_bh 8 лет назад
Thanks for the great work, how can I show you my Screen print to show you my Home Work?
@fredevans2360
@fredevans2360 7 лет назад
Hello Steve-- My previous comment refers I think I have got a bit closer to my particular problem. What are we actually expecting this combobox to do? I cant figure out the purpose of this combobox?? regards fred
@mufycw
@mufycw 3 года назад
Hi, I have been watching your videos to learn Access 2013. Its been great till here I have watched. Thanks for the videos. I have a query here in this video. At 1:00 in the video when you changed office to ship to all entries fields changed but when 10:13 in the video when you selected bill to from dropdown why all entries fields didnt change like what had happened at 01:00 ?? I know you changed the text box to combo box but ultimately that field is updating, earlier it was through typing in text box and now by selecting the option from combox box but still the table is linked so all entries fields should update why that didnt happen ??
@moazmousa7839
@moazmousa7839 7 лет назад
hello Steve, I like your method very much, I'm accountant and I want to learn programming and I started with your play list programming in access, but I discovered that I need to know the base and how to think in programming. I don't know the logic and I want to know what should I learn at the beginning, please tell me.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 7 лет назад
You should watch my other series then. It's called Programming In Access 2013.
@moazmousa7839
@moazmousa7839 7 лет назад
Programming ، I watched almost of Microsoft access 2013 till the 38th session but I discovered that I need to know more basic about programming to understand how to think , s I started watching your series of C#, is that recommended for me?
@dusansavkovic9745
@dusansavkovic9745 7 лет назад
Steve, Your tutorials are amazing and really useful. Thank you for sharing these videos. I do have a question. I am trying to add "After Update" event to "Tab Control" between 2 tabs. So for example, I have "Inventory#" textbox on Page1(InvForm) and "Status" combobox on Page2(StatusForm). I was trying to use macro for the "After Update" event. my expression was Forms!InvStatusform!status="requested" and isnull(forms!invStatusform!Inventory#) then msgbox ..... Needles to say it doesnt work. I tried instead changing the expression, instead of InvStatusform to InvForm and StatusForm, and I also tried moving combobox from StatusForm to InvForm but that didnt work as well. Do you have any tips? Thank you
@Zosius
@Zosius 7 лет назад
Hi. I'm trying to do the same thing, but I get error that I can't change record due to primary key duplicate. I have similar setup where I have tblVendors, tblNegotiations and tables connected by Vendor_ID. Then I run query to show info from both tables. It has dropdown list reference to tblVendors. So when I create form and use query as reference, somehow I think record is being changed to tblVendors instead of tblNegotiations. Hope it's not too confusing.
@ankurkabra1
@ankurkabra1 4 года назад
Hi Steve, I have a question. I am able to see the data for address types here in my work, however not able to update and then see my updated data table. It is not happening. Kindly point out the issue.
@bobby4th
@bobby4th 9 лет назад
Like JSUPRR, I get the same error when I try and make changes in Form View. I'm using Access 2007 (the best we have at the office) and wonder if that might be the problem? I downloaded the work file and compared all the properties for the Address Type text box and the form and they seemed the same. I'm just going to use your files and proceed from there. Thanks!
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 лет назад
I'm not sure what would have been different but the work file should work for you.
@bobby4th
@bobby4th 9 лет назад
Programming They do work fine, thanks!
@kedarnathsutar828
@kedarnathsutar828 3 года назад
In ms access i fill form but i revisit on same form that time previous data shows on form.
@nawidahmadnoori737
@nawidahmadnoori737 6 лет назад
how to count the none blank columns in on record (for example i want to count the leaves of an employ )
@njemilesiwatu4148
@njemilesiwatu4148 9 лет назад
I noticed in your work files the record source is tbl1Addresses instead of the query. I am wondering if because I built if off of the query it will not allow me to update.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 лет назад
Yeah, queries may not allow you to change the data. If you want to modify data 9 times out of 10 it's better to do it on the table directly.
@ChrisSimmsJr
@ChrisSimmsJr 7 лет назад
Maybe you covered this somewhere and I missed it but I'm curious as to how to select more than one value in a combo box or list? So for instance if I have a table for names of events that my church is having throughout the year, how do I select multiple events within a form? The events are in a separate table as I would like to add new events throughout the year. I hope this makes sense.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 7 лет назад
Change the combo box property that allows multi-select to true.
@ChrisSimmsJr
@ChrisSimmsJr 7 лет назад
Programming thanks for the response. It doesn't look like I have that option. I using Access 2016.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 7 лет назад
It's there. Just look at the properties on the combo box.
@elainemartin9724
@elainemartin9724 8 лет назад
Hi Steve, I couldn't select or type any value in the Combo Box. Maybe you can tell me why? Many thanks.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 8 лет назад
+Elaine Martin Are you sure it was enabled? Are you sure that there is data in your rowsource?
@rayquant5279
@rayquant5279 8 лет назад
If I interpreted your problem correctly, I think I ran into the same issue. I downloaded his files and compared them to mine. I sure hope you haven't spent the last 6 months trying to figure this out. However, if someone else is running into this, here's a potential solution. Try going to your qryCustomerAddresses and turning OFF the "Total" option (i.e. remove the "Sort by") by going to the tool bar Design > Show/Hide > Totals. Try that.
@nama6909
@nama6909 8 лет назад
I'm using MS Office 2013 I run into the same issue by following the video, it seems if you choose "change to" combo box, the combo box wizard wont show up and by adding data source under "data" tab wouldn't really add the data source.
@tameraziz2104
@tameraziz2104 6 лет назад
Hello Ray, Thanks for sharing your experience. Actually that was causing the problem and when i removed the Total... the whole steps worked very fine.... May Thanks.. Regards..
@carloskwasi2148
@carloskwasi2148 7 лет назад
I THINK I NEED A HELP HERE. I ACTUALLY NEED TO CREATE A SOFTWARE THAT WILL COLLECT INFORMATION OF SUBSCRIBERS TO A PRODUCT. I ACTUALL CREATED TABLES WITHOUT ENTRY ANY DATA, AND NOW I HAVE CREATED THE FORMS I NEED BUT, MY PROBLEM IS HOW DO I CONNECT THE FORM TO THE QUERY SUCH THAT IF I ENTER DATA IT AUTOMATICALLY REFLECTS IN THE QUERY OR TABLE
@TheNumLocker
@TheNumLocker 9 лет назад
Can I use the "Refresh all" button instead of closing and reopening the whole thing?
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 лет назад
Daniel Brandtner Afraid not.
@susany9966
@susany9966 8 лет назад
They fixed it in 2016 now you can just save it and it will appear in the drop down menu of the record source
@fideriajeseline
@fideriajeseline 8 лет назад
This was entirely fun
@jsuprr3325
@jsuprr3325 9 лет назад
Thanks for this video. I made the form just fine. However, whenever I try to change something in view mode, it beeps and says "This recordset is not updateable." I can't change anything in the form. Anyone know why I get this error?
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 лет назад
View mode? Do you mean Form View, Design View, or Layout View?
@jsuprr3325
@jsuprr3325 9 лет назад
Programming Form View, sorry. The one where you can see what the form looks like and interact with it as a user.
@ProgrammingMadeEZ
@ProgrammingMadeEZ 9 лет назад
JSUPRR Have you looked at the work files to see what might be different between what you have and what is in the finalized code?
@rayquant5279
@rayquant5279 8 лет назад
If I interpreted your problem correctly, I think I ran into the same issue. I downloaded his files and compared them to mine. I sure hope you haven't spent the last 1 year trying to figure this out. However, if someone else is running into this, here's a potential solution. Try going to your qryCustomerAddresses and turning OFF the "Total" option (i.e. remove the "Sort by") by going to the tool bar Design > Show/Hide > Totals. Try that.
@rustyryan4473
@rustyryan4473 6 лет назад
+Ray Quant, I can confirm that your solution works for this issue. Hello from one year into the future :)
@crispingarciagompad7395
@crispingarciagompad7395 8 лет назад
may i ask why i can't change the address type of the combo box????? i can't move on hahaha
@ProgrammingMadeEZ
@ProgrammingMadeEZ 8 лет назад
Have you compared your code to the work files?
Далее
ЭТО НАСТОЯЩАЯ МАГИЯ😬😬😬
00:19