A Simple Auto-Fill Form in Access

  Рет қаралды 208,544

Dr. Gerard Verschuuren

Dr. Gerard Verschuuren

Күн бұрын

Пікірлер: 46
@TechBookYT
@TechBookYT 2 жыл бұрын
Hey Sir, very nicely performed and exactly what I needed to watch. Thank you very much.
@drummonkeystuffuk1875
@drummonkeystuffuk1875 3 жыл бұрын
This is excellent! Been trying to do this myself for hours!
@skuggi121
@skuggi121 5 жыл бұрын
Excellent and concise presentations. Very educational. Thank you.
@mirullah1003
@mirullah1003 2 жыл бұрын
Damnit! Screw the MCU for ruining this video for me! All I can keep thinking of is that evil Dr. Zola. But I really appreciate your effort and time in putting this tutorial together! Keep up the good work sir!
@kadirpercin18
@kadirpercin18 8 жыл бұрын
Bedankt Gerard Verschuuren! Ik ben bezig met het bouwen van een CMDB (stageopdracht). Heb ik veel aan! Eigenlijk hoeft men zich geen zorgen te maken als ze iets willen beginnen, want tegenwoordig .. staan er veel tutorials/video's hoe het uitgevoerd moet worden!Met vriendelijke groeten,Kadir Ilker Perçin
@tutsecret499
@tutsecret499 Жыл бұрын
What if I want to populate RaceGroup column when Country Column is typed the country or when imported or appended data. Does this method applies or I have to use Dlookup afterupdate? I have the list of Countries and related Race-Group or Nationality. I could make combo box which we have. But the goal is to avoid clicking to much on combos to select the country. We want to avoid typing. Example when I import or append many rows with patients and countries. So after the importation or appending I want to see the country column and nationality or Race-Group to be populated. When you have too many columns and hundreds of rows you don't want to keep clicking on combo to drop down, etc. It's a lot stress on the hand for unnecessary repetitive tasks.
@VaultRaider
@VaultRaider 9 жыл бұрын
This is a good tutorial. Another way I've been doing this is setting the default values of the textboxes to something like nz(dmax([textbox],[myTable],[ID]=comboBox.selectedValue),"") This looks at the most recent settings for the customer or puts empty string if its not there.
@andriana77982
@andriana77982 3 жыл бұрын
Hello, i am having a problem with access 2007. The new records i am adding they are not saved at the next number of the form but they are getting the number of the old records and it goes to the begging. For Example : i press the button for a new record at the "FORMS enviroment" , and when i press save, the database saves it as record 1 and tranfers the record 1 to the record 2, and when i add the next record, the database saves it as record 2 and transfers 2 to record 3... etc ????? When i close the file and open it again everyghing starts again from the start and looks "normal" meaning 1,2,3 at FORMS AND TABLE ENVIROMENT. Note: at the "TABLES enviroment" the records appear normal 1-->1, 2-->2 etc Also this started by accident from the keyboard when i pressed a shortcut and i pressed an other key of what i wanted, i think that some kind of setting has been changed... Does anyone know how to solve this? THX!
@shawnanesdoly8240
@shawnanesdoly8240 5 жыл бұрын
Thank you so much for your easy to follow walk through!
@alexandriamaendel5707
@alexandriamaendel5707 2 жыл бұрын
Why don't I see an CustomerID on the form? how did you take it out?
@ccpd235
@ccpd235 5 жыл бұрын
muchas gracias, su video me ayudo mucho, por favor siga subiendo mas.
@adambourque4003
@adambourque4003 4 жыл бұрын
The resulting form I got from following these steps doesn't give me the option to add records despite allow additions being set to yes.
@Silentbutdeadly5566
@Silentbutdeadly5566 8 ай бұрын
This guy saved me hundreds of pounds. You are a genius ❤
@mathewtekahu3467
@mathewtekahu3467 7 жыл бұрын
Yes I also need help. As Laura has Mentioned. Auto form is working well. But I wish to save it as a "Add new record."
@LauraGonzalez-jo8wh
@LauraGonzalez-jo8wh 7 жыл бұрын
Hi, I follow your instructions and the form works well but, the table is not storing the data that come from autofill action, what is wrong please help me. Tks.
@billscannell3876
@billscannell3876 8 жыл бұрын
Hello, I am trying to create a form which will auto fill a description once I choose a product #. Can you do this without a query? Product description table has two fields. Product # and description.
@joycebates5963
@joycebates5963 8 жыл бұрын
On the Form Properties, when I set the Allow Edits to No, it does not allow any edits to any of my fields. Some fields I want set to no edits (like the auto fill fields). Other fields may require editing so how can I do that? Am not using any subform. This was a great video. Thanks!
@mitevpd
@mitevpd 9 ай бұрын
Thank you so , so much, very helpful video Ich danke Ihnen
@richardmerckling592
@richardmerckling592 6 жыл бұрын
Very helpful video, Dr. Gerard. Quick Question: what if you update your query to include more fields from the Customers table? I noticed that when I forgot to include some, I just added them from the field list to the right using "Add Existing Fields" and they added just fine according to which "Customer" I selected without modifying the Query. Is this ok to do? Should the Query be modified if there are more fields I want to add?
@muhammadabdul-razik5956
@muhammadabdul-razik5956 Жыл бұрын
Thanks, was very helpful video
@thevrana
@thevrana 9 жыл бұрын
Just wanted to thank you,this helped me a lot.
@behnoosh145
@behnoosh145 5 жыл бұрын
I don't understand I want to autofill or default value base on a look up combo box
@lisacalhoun306
@lisacalhoun306 6 жыл бұрын
Hi, I loved this video! Very clear and easy to follow. I am making a similar type of form, but -- to use your example -- my form needs to allow users to add a customer if that customer is not already in the combo box. Since the combo box is based on the ID field -- a numeric field -- when I try to enter a new customer name, it will not let me (cannot enter text string into a numeric field). Is there a way to do what you did but also to have the form allow adding customers to the combo box? Thanks!
@759george
@759george 6 жыл бұрын
Very nice video. I thank you. In one instance in your video, you say "the rest is a matter of data entry". How can you say this, since your form disallows EDITS ?? I myself am having the same problem - I DO NOT WANT TO BE ABLE TO CHANGE MY CUSTOMER DETAILS - but at the same time I WOULD LIKE TO ADD ADDITIONAL CONTENT IN THE REST OF MY FIELDS - of my new record !! Your assistance will be greatly appreciated.
@FionnMcGinley
@FionnMcGinley 6 жыл бұрын
You could probably lock those fields in your form leaving only the relevant ones unlocked.
@TheChillAddict
@TheChillAddict Ай бұрын
thank you for helping us out with the queerys!
@abcdefg1966ful
@abcdefg1966ful 4 жыл бұрын
Thank you very much !!!
@cammieessam7143
@cammieessam7143 6 жыл бұрын
Can I add auto fill to an existing form?
@derpister90
@derpister90 7 жыл бұрын
Does anyone know how this can be done in a java application with information from MySQL database?
@brc0520
@brc0520 8 жыл бұрын
how can i do this for access app 2013?
@joetattaglia
@joetattaglia 9 жыл бұрын
Thx. Just what I needed
@sajjadashrafpour5751
@sajjadashrafpour5751 3 жыл бұрын
Very helpful
@edgryff
@edgryff 7 жыл бұрын
Can't get the initial query to work without losing the client data column
@ikitzone9998
@ikitzone9998 4 жыл бұрын
Thank you Sir
@rogerpenna
@rogerpenna 6 жыл бұрын
Ok, so you had a form already. Then you created a query and created a new form form that query. I take it that the previous form could be deleted at this point. What if you have several combo boxes on a single form, each combo box linked to a different table, and fields coming after each combo box needing to autopopulate with data from those different tables?
@Marc-ek6gf
@Marc-ek6gf 4 жыл бұрын
dankjewel
@interpestsa7232
@interpestsa7232 7 жыл бұрын
You are skipping steps (as you did that already) and assuming people already know how to do certain things.
@JohnSmith-vk9ds
@JohnSmith-vk9ds Жыл бұрын
A warning to anyone who stumbles across this like I did: Lookup Fields in tables of your Access Database are evil. First, any query that tries to order the table data by that company name will not work, because the underlying value isn't the name, but instead a CompanyID number. Nor will any queries that use a company name in that field as a criteria. Second, if a filter is applied to the combobox as is created in this form, the persistent filter effect of Access may save that to the underlying query in the table and the next time the form is opened there will be a prompt for the value which cannot be provided, thus creating an error. And finally, any Access database that has Lookup Fields in tables cannot be upsized to, or queried by, any other database management engine without first removing all the lookup fields because no other engines use or understand them. Think very carefully before implementing any solution that uses Lookup Fields in tables in your Access database.
@StonedAvocado
@StonedAvocado 8 жыл бұрын
Thanks dr vershcuuren many halpsxxD
@zenithihony
@zenithihony 7 жыл бұрын
Would please share this template to me?
@wouterdroeshaut4137
@wouterdroeshaut4137 9 жыл бұрын
tnx Very useful
@MrPelorizado
@MrPelorizado 7 жыл бұрын
En vertel dat nu allemaal eens in het Nederlands
@doborkulabb2643
@doborkulabb2643 4 жыл бұрын
Zero explanation, I just wasted my time.
@mshahbazriasat
@mshahbazriasat 4 жыл бұрын
Thank you Sir
How to use Microsoft Access - Beginner Tutorial
31:07
Kevin Stratvert
Рет қаралды 3,5 МЛН
An Access Subform Based on a Many-to-many Relationship
14:10
Dr. Gerard Verschuuren
Рет қаралды 94 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Access 2010: Auto populate fields using a combo box in forms.
11:57
Allen Jarrett
Рет қаралды 560 М.
Microsoft Access Multi-Field Search Form 2.0 New and Improved Features!
50:26
Computer Learning Zone
Рет қаралды 122 М.
MS Access - Forms Part 1: Basic forms
11:05
Mr Long Education - IT & CAT
Рет қаралды 109 М.
Microsoft Access A to Z: Designing Table Relationships
10:40
Lisa Friedrichsen
Рет қаралды 78 М.
Creating Easy Data Entry Forms in Excel
9:52
Technology for Teachers and Students
Рет қаралды 3,1 МЛН
Simple Autofill or Auto populate in Microsoft Access
4:32
Edcelle John Gulfan
Рет қаралды 40 М.
Microsoft Access - Update Multiple Tables from a Single Form
16:27
Design and Deploy
Рет қаралды 123 М.
Microsoft Access Tutorial - Beginners Level 1 (Quick Start)
26:21
Teacher's Tech
Рет қаралды 462 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН