Omggggg. So lucky I found ur videos Sir. I am really struggling in my Data Management subject and ur videos is a big help for meeeeee.thankkk youuuuu very muchhh
@@ProfessorAdamMorgan Thank you, but I already know most of that stuff. I'm looking for advanced tutorials. I have a form and two subforms. I need a button to cancel the new record from the main form and subforms. I know there is the Cancel function but only cancels from the main forms and not the subforms.
Typically I don't cover too many advanced topics due to the fact that most of my students are beginners. Hope that you're able to find what you're looking for.
Thats a hell of a compliment man. *Smacks top of internet, you can fit so much video in this bad boy, but yours man, yours are definitely the best. lol Cheers.
Hi Prof. Morgan, your videos are sooo good because you have the gift of presenting with clarity and focus. I am so glad I have discovered your channel. I would be very grateful is you could teach us how to transform a normal field of a form, into a MEMO cell (if i can call it that..) so it can contain more than the 255 characters by default, and where I could key in lots of info. I also want to make it a variable size, and be in a place on the form where it does not affect the size of the other field in the same row.My form contains two columns of fields. I did something similar for a report but that was looong time ago and i forgot how i did it..It must have been an option in the dropdown menu of the field properties...
Hi QHealer, Thank you for the kind words, I appreciate it. To create a field that allows more than 255 characters, you will need to switch the field type to long text. I think the video below will get you going in the right direction: ruclips.net/video/beGqZWOw0og/видео.html Thanks for watching!
Is it possible to create new record, enter data, create another new record all from keystroke command? Switching mouse to add a new record and then back to kb for data entry is driving me buggy.
Hi David, You could set up a macro to do this. I don't have a video on that, but here is a link that should get you started. I hope it helps: support.microsoft.com/en-us/office/introduction-to-macros-a39c2a26-e745-4957-8d06-89e0b435aac3
My Access doesn't have the Design tab so i can't add the new fields into the databse. Is there another way of doing it? Or is there a way to add the missing tab to the program?
Hi Xornedge, Yes, you should be able to right click on any of the fields and in a new field that way. You can then assign the field name and data type using the Home Tab. I hope this helps you.
I created Navigational panel on which i have another subform which has command button - create new emp ,but when i click for creating new emp nothing haapens it does not create new emp. Button works good on form only but if i used on navigational panel it does not work.Please help me to understand why it does not work on navigation form where i have subform with new record button.Thanks
Hi Sareeka, Unfortunately it's a little difficult for me to figure out the problem here without seeing your actual database. I recommend removing the current new emp command button and adding it back in. Other than that, I am not sure what else can be done here.
Hi Ali, You do not need to save data changes in Access, as they're auto saved. You can use the Enter key to finalize data, but only if you're in the last column of the data. I hope this helps you.
Hi Alex, Sorry, but I don't use programming codes within Access. I found a website that can help you, so hopefully this points you in the right direction: support.office.com/en-gb/article/introduction-to-access-programming-92eb616b-3204-4121-9277-70649e33be4f
adam , thanks for the tutorials, but i need your help , it is possible create wrap text in list box. i want 1 paragraphs but i cant find any tool for create. thanks for your help.
Hi David, I am not too sure if wrap text is an option in a list of choices. Unfortunately, Access doesn't have as many text/paragraph formatting options as other Office programs, since it's more strictly data focused. I'll look into this and post if I find anything.
hi adam. the answer is 100% no choice it isn't possible. but I found other option and i really happy bucause works for me. i will create a video explain it the proceso very soon. thanks again for you answer.
Sir, please make me understand how to creat both 'Save and Next' in one button in access form . For example, this button has in ms access's local contact template.
Hi Sujay, When you're in Form View, entering the data on your form, press Enter after you finish the last entry. Once you do that, it'll save and move to the next blank form. I hope this helps.
Hello Mr.Adam I have Questioned about the last record of each primary key Such As when I try to find an empty apartment in Apartment Table the access result appears the history of the apartment I.m Tring to find a query that shows me only the last record
Hi Khalid, I don't know of a way to show the last record within a query. You can always jump to the last record in a table by clicking the last record button in the navigation pane at the bottom of the table. I hope that is a helpful solution for you.
Hi Professor -- I've been looking for a solution to my problem. I have a simple table with an autonumber as the primary key. I created a data entry form off of this table. But when I try to add a record, it doesn't automatically populate the primary (autonumber) field, therefore, I have to type it in each time in order for it to be saved. I don't know how to code, so is there a simple way to add a record without typing in the next primary key (I wish to hide it on my form so users don't see it). Many thanks and hoping for a reply. Stephanie
Hi Samer, Yes, I can show you a video here all about subforms in detail including how to create and edit them. Please watch this video for more details: ruclips.net/video/xPQdfZbqCQk/видео.html
if u can help me with this pls access database all fields shows as ( #Deleted ) knowing that this form was perfectly working and this error happened suddenly
Hi Family Prepper, I am a little confused by the question. Which minute in the video are you referring to? If you provide more clarification, I can try to help out with this. Thank you for watching!
Question for you. I’m not familiar with Access, but I think I might be able to use it to make work easier. I have a large list of employees at the company I work for who routinely need paperwork filled out and submitted for events. Is it possible for me to build a database, select the names of the members attending the event and then have a macro transfer the information needed into each document? My concern is the docs I’m looking to have auto populated are word and pdf files. Is this possible? If so, do you have a video giving a walkthrough of how to create something like this?
Hi Koketso, In reports, you need to be in the design view to do this. From there, click on the Design Tab, and look in the Controls group for the type of control you'd like to add. From there, position the pointer where you want the control to be on the report. then select the control, and display the property sheet. Switch to form view and add an expression using the = sign. From there, you can add calculations like =[Price]*.50 or to create a calculated field. Take a look at this video, because I think I covered it in here: ruclips.net/video/477f_4uPx5o/видео.html
I have relationships with other tables but It doesn't create subforms like yours does? I have a 1 table for ALL employees that has a one to one relationship with 10 other tables?
Hi Frangky, Try opening the table that references the form. Are you able to add records there? If not, then it may be because the database cannot be edited. I hope this helps.
Hi Peggy, You can only edit the field names and types for your forms. The style and look of the form cannot be customized very much. Access has mostly functionality features, not design features.
Hi Bala, You need to make sure you have the ability to edit the database. If you cannot edit it, try saving it to a new location and you should see full functionality return.
Hi Arooba, I explain all of these concepts in detail on my Access 2016 playlist. Here is a link to it, I hope that you find it helpful: ruclips.net/video/psLJJyNlRXY/видео.html Thanks for your comment!
Hi Malinda, You will need to make sure your ServiceID field is the primary key. That'll make every record unique. I hope this helps, thanks for watching!
Hi Venugopal, You will need to add the fields for each week, I have a video covering field entry for tables below. Hopefully this helps you: ruclips.net/video/S4DhY6BjZ8s/видео.html
Hi Vrushti, I am sorry but I don't have Access 2007, so I cannot make a video on this. I did find a page that can help you though, good luck! www.techonthenet.com/access/functions/string/len.php
Hi Skullalpha1, You should be able to click on the field you'd like to delete, as well as the form data field, then press the delete key to remove them form the form.
Hi there! Would anyone help me? I'm using MS Access 2010 then everytime I pop up my form once when I click it to pop up "yes" in property sheet, I have unavabled to click View Tab for Design View to edit again the form.
Hi Mikel, I haven't used 2010 in a while and I've never had this issue before. It's it's not a customized form, perhaps you should delete the form and just create a new one. I hope that helps!
Hi Deepana, I am sorry, but I do not understand the question you're asking. If you can clarify, let me know. Have a nice day and thank you for watching!
Uh... title says "New Record Button" so I expect you to show how to create a button on the form. Video didn't seem to have anything to do with "New Record Button".
Hi Harold, At the 3 minute mark, I explain the buttons at the bottom of each record. One of the buttons at the bottom navigation is called the New Record Button. That is what I am explaining in this video.
Okay. Just confusing to me because those buttons are already there, you're not creating them. I misinterpreted the title as meaning creating both the forms and the buttons.
Hi Arooba, At the bottom of your form, find the * button and click it. It will take you to a new record so that you can enter new data. Thanks for the comment and for watching the video.
7 years later and this video is still helpful🙏
Thanks, I appreciate it.
That's pretty cool. I've never seen that relationship table at the bottom. Wish we still had it...
Cheers bro, im a CIT student in highschool and these are saving my life lmao
Hey Tadiwanashe, good luck in your class. Glad my videos are helping you out. Have a nice day.
Omggggg. So lucky I found ur videos Sir. I am really struggling in my Data Management subject and ur videos is a big help for meeeeee.thankkk youuuuu very muchhh
Your Tutorials are very simple.
I hope that you're learning from them. Thank you for watching and have a nice day.
@@ProfessorAdamMorgan Thank you, but I already know most of that stuff. I'm looking for advanced tutorials. I have a form and two subforms. I need a button to cancel the new record from the main form and subforms. I know there is the Cancel function but only cancels from the main forms and not the subforms.
Typically I don't cover too many advanced topics due to the fact that most of my students are beginners. Hope that you're able to find what you're looking for.
Really good explanation, thanks very much Professor and for sure my friends will also get good results watching your videos.
So nice of you and your friends to watch. I am glad you're learning, thanks!
Omg thank you so much! There’s so much video on internet but your ones are definitely the best!
Thanks Sofia, I'm glad you enjoyed this video. Have a great day and thank you for watching!
Thats a hell of a compliment man.
*Smacks top of internet, you can fit so much video in this bad boy, but yours man, yours are definitely the best.
lol Cheers.
Ha best comment ever!
Thank you for the knowledge, have a great day !
Thank you for watching, Deny! Have a great day.
Wow this helped so much thanks
I will try it. Upvoted!
Thanks Yilmaz, I appreciate that. Good luck with your database.
Hi Prof. Morgan, your videos are sooo good because you have the gift of presenting with clarity and focus. I am so glad I have discovered your channel. I would be very grateful is you could teach us how to transform a normal field of a form, into a MEMO cell (if i can call it that..) so it can contain more than the 255 characters by default, and where I could key in lots of info. I also want to make it a variable size, and be in a place on the form where it does not affect the size of the other field in the same row.My form contains two columns of fields. I did something similar for a report but that was looong time ago and i forgot how i did it..It must have been an option in the dropdown menu of the field properties...
Hi QHealer,
Thank you for the kind words, I appreciate it. To create a field that allows more than 255 characters, you will need to switch the field type to long text. I think the video below will get you going in the right direction:
ruclips.net/video/beGqZWOw0og/видео.html
Thanks for watching!
Thank you, this really helped me!
Glad it helped! Thank you for watching!
thank you for this educational vedio, looking for the next tutorial
It is my homework in mylabit, and thanks for your help. - - - thanks from 2021
Excellent vid and very helpful.
Thank you so much for this!
No problem, Green Orb. Thank you for watching!
I needed this for my practical exam thanks so much.
I'm glad it was helpful for you exam, MC Seed Guide. Thank you for watching!
Thanks for the video! Straight to the point! Do you have videos on how to create graphs in MS ACCESS?
Thanks.It helped me alot
Thank you - So Much 🙏🙏🙏🙏
Very clearly illustrated!
Cheers that was helpful good explanation 👍
Hey I'm glad to hear that helped you out Mutu. Thanks for the comment and have a nice day.
Ur the Goat thanks
How were you able to get those Table Headings that appear in bold in the left column?
Hi James,
Are you talking about the filed names on the left side of the form or the + signs on the left side of the table records?
Is it possible to create new record, enter data, create another new record all from keystroke command? Switching mouse to add a new record and then back to kb for data entry is driving me buggy.
Hi David,
You could set up a macro to do this. I don't have a video on that, but here is a link that should get you started. I hope it helps:
support.microsoft.com/en-us/office/introduction-to-macros-a39c2a26-e745-4957-8d06-89e0b435aac3
My Access doesn't have the Design tab so i can't add the new fields into the databse. Is there another way of doing it? Or is there a way to add the missing tab to the program?
Hi Xornedge,
Yes, you should be able to right click on any of the fields and in a new field that way. You can then assign the field name and data type using the Home Tab. I hope this helps you.
Thx now it finally works
Great, glad this helped you out. Thanks for the comment Jan de Raedt, have a nice day!
I created Navigational panel on which i have another subform which has command button - create new emp ,but when i click for creating new emp nothing haapens it does not create new emp. Button works good on form only but if i used on navigational panel it does not work.Please help me to understand why it does not work on navigation form where i have subform with new record button.Thanks
Hi Sareeka,
Unfortunately it's a little difficult for me to figure out the problem here without seeing your actual database. I recommend removing the current new emp command button and adding it back in. Other than that, I am not sure what else can be done here.
Thank you!!!
No problem, R. Thank you for watching!
AWESOME Sir
Thanks Sumit, I appreciate you watching my video. Have a nice day!
Pro. Can you guide me how i can make my Enter key to save the data ??
Hi Ali,
You do not need to save data changes in Access, as they're auto saved. You can use the Enter key to finalize data, but only if you're in the last column of the data. I hope this helps you.
do you know how to add the codes for add, delete, view , edit and create.
Hi Alex,
Are you missing something that is displaying on my screen?
@@ProfessorAdamMorgan Hi, no i'm looking for vba codes to program commands for thos button.
Hi Alex,
Sorry, but I don't use programming codes within Access. I found a website that can help you, so hopefully this points you in the right direction:
support.office.com/en-gb/article/introduction-to-access-programming-92eb616b-3204-4121-9277-70649e33be4f
adam , thanks for the tutorials, but i need your help , it is possible create wrap text in list box. i want 1 paragraphs but i cant find any tool for create. thanks for your help.
Hi David,
I am not too sure if wrap text is an option in a list of choices. Unfortunately, Access doesn't have as many text/paragraph formatting options as other Office programs, since it's more strictly data focused. I'll look into this and post if I find anything.
hi adam. the answer is 100% no choice it isn't possible. but I found other option and i really happy bucause works for me. i will create a video explain it the proceso very soon. thanks again for you answer.
Good to know, thanks David. I'll keep an eye out for your video.
Hi Adam, thanks for the great content! Super glad I found this site. By chance, how can I freeze the header row in Access? Thanks!
Sir, please make me understand how to creat both 'Save and Next' in one button in access form . For example, this button has in ms access's local contact template.
Hi Sujay,
When you're in Form View, entering the data on your form, press Enter after you finish the last entry. Once you do that, it'll save and move to the next blank form. I hope this helps.
Hello Mr.Adam
I have Questioned about the last record of each primary key Such As when I try to find an empty apartment in Apartment Table the access result appears the history of the apartment
I.m Tring to find a query that shows me only the last record
Hi Khalid,
I don't know of a way to show the last record within a query. You can always jump to the last record in a table by clicking the last record button in the navigation pane at the bottom of the table. I hope that is a helpful solution for you.
Help me!!!! I am only seeing one of the two records menu when viewing the form
Hi Professor -- I've been looking for a solution to my problem. I have a simple table with an autonumber as the primary key. I created a data entry form off of this table. But when I try to add a record, it doesn't automatically populate the primary (autonumber) field, therefore, I have to type it in each time in order for it to be saved. I don't know how to code, so is there a simple way to add a record without typing in the next primary key (I wish to hide it on my form so users don't see it). Many thanks and hoping for a reply. Stephanie
Prof. In the form, after filling in the data, I want new row below. How I do I do this. Thanks
How did you add the subform in data sheet view? Could you make changes to that?
Hi Samer,
Yes, I can show you a video here all about subforms in detail including how to create and edit them. Please watch this video for more details:
ruclips.net/video/xPQdfZbqCQk/видео.html
if u can help me with this pls
access database all fields shows as ( #Deleted )
knowing that this form was perfectly working and this error happened suddenly
In the form say you wanted to editthe field title from Publisher to author but keep the data i.e Pub-0001
can we do that? if so how
Hi Family Prepper,
I am a little confused by the question. Which minute in the video are you referring to? If you provide more clarification, I can try to help out with this. Thank you for watching!
Question for you. I’m not familiar with Access, but I think I might be able to use it to make work easier. I have a large list of employees at the company I work for who routinely need paperwork filled out and submitted for events. Is it possible for me to build a database, select the names of the members attending the event and then have a macro transfer the information needed into each document? My concern is the docs I’m looking to have auto populated are word and pdf files. Is this possible? If so, do you have a video giving a walkthrough of how to create something like this?
its possible, all you need is to import them over mate, they are other people with videos on that here on youtube!
How do you add calculations to reports?
Hi Koketso,
In reports, you need to be in the design view to do this. From there, click on the Design Tab, and look in the Controls group for the type of control you'd like to add. From there, position the pointer where you want the control to be on the report. then select the control, and display the property sheet. Switch to form view and add an expression using the = sign. From there, you can add calculations like =[Price]*.50 or to create a calculated field. Take a look at this video, because I think I covered it in here:
ruclips.net/video/477f_4uPx5o/видео.html
byDefault form fields will be in last new record, how to do that
Thank you
What if you add data and you can’t find it?
What do I do?
I have relationships with other tables but It doesn't create subforms like yours does? I have a 1 table for ALL employees that has a one to one relationship with 10 other tables?
idk why but I can't press the new blank (record) button to add a blank form
Hi Frangky,
Try opening the table that references the form. Are you able to add records there? If not, then it may be because the database cannot be edited. I hope this helps.
If I want to add a form (say a pedigree), how can I create a form that looks actually like a peddigree?
Hi Peggy,
You can only edit the field names and types for your forms. The style and look of the form cannot be customized very much. Access has mostly functionality features, not design features.
is there a way incan use a button to add in subform?
Hi Raphael,
I made a video covering this topic, please check out the link below:
ruclips.net/video/xPQdfZbqCQk/видео.html
How we can enable the new record option in MS access 2007 which is in disable?
Can you give me Answer ASAP.
Hi Bala,
You need to make sure you have the ability to edit the database. If you cannot edit it, try saving it to a new location and you should see full functionality return.
can u tell me
what are table,fields,queries,record,form and referential integrity?
Hi Arooba,
I explain all of these concepts in detail on my Access 2016 playlist. Here is a link to it, I hope that you find it helpful:
ruclips.net/video/psLJJyNlRXY/видео.html
Thanks for your comment!
Make the proper adjustment to the ServiceID field to make sure every record in this table is unique. Then save your changes to this table.
Hi Malinda,
You will need to make sure your ServiceID field is the primary key. That'll make every record unique. I hope this helps, thanks for watching!
Hi can u help me to build form with submit for the different weekday working hour. After week I want to import to table
Hi Venugopal,
You will need to add the fields for each week, I have a video covering field entry for tables below. Hopefully this helps you:
ruclips.net/video/S4DhY6BjZ8s/видео.html
Thank you for doing these! I would fail college if not for you!!
How to use length function in query?? In M S ACCESS 2007
Hi Vrushti,
I am sorry but I don't have Access 2007, so I cannot make a video on this. I did find a page that can help you though, good luck!
www.techonthenet.com/access/functions/string/len.php
@@ProfessorAdamMorgan
Thank you for your help.
No problem!
how do you delete field(s) in a form?
Hi Skullalpha1,
You should be able to click on the field you'd like to delete, as well as the form data field, then press the delete key to remove them form the form.
My sub form isn’t displayed, how do I get it to be displayed?
Hi Sue,
I made a video on Subforms and how to use them. Here is a link to it, I hope it helps you out:
ruclips.net/video/xPQdfZbqCQk/видео.html
How command button wizard is related to form
Hi Dilip,
I need more information to help you here. Can you rewrite the question?
Hi there! Would anyone help me? I'm using MS Access 2010 then everytime I pop up my form once when I click it to pop up "yes" in property sheet, I have unavabled to click View Tab for Design View to edit again the form.
Hi Mikel,
I haven't used 2010 in a while and I've never had this issue before. It's it's not a customized form, perhaps you should delete the form and just create a new one. I hope that helps!
Sir my database has relational table just i won to insert update delete how we do thats (using form and button plz
Have a nice day
Hi Deepana,
I am sorry, but I do not understand the question you're asking. If you can clarify, let me know. Have a nice day and thank you for watching!
Thank you so much!!! I thought I was driving myself crazy and that the form was disappearing hahah I'm a dummy
No problem Mirella, thank you for watching! I'm glad this helped you out, good luck learning Access.
Uh... title says "New Record Button" so I expect you to show how to create a button on the form. Video didn't seem to have anything to do with "New Record Button".
Hi Harold,
At the 3 minute mark, I explain the buttons at the bottom of each record. One of the buttons at the bottom navigation is called the New Record Button. That is what I am explaining in this video.
Okay. Just confusing to me because those buttons are already there, you're not creating them. I misinterpreted the title as meaning creating both the forms and the buttons.
Hi Harold,
Got it, well then what are you looking to do with your form? I can try to make a video on it if you still need help.
Oh no, I don't need help. Figured it out. Just wanted to let you know that I found the title confusing. Thanks for your videos.
how to get more than one record?
Hi Arooba,
At the bottom of your form, find the * button and click it. It will take you to a new record so that you can enter new data. Thanks for the comment and for watching the video.
where is the button man?
May Allah guide you
Thank you for watching Truthful. Have a nice day.
You made this entirely too long and complicated. A simple macro tied to a button to generate a blank new record.