I've learned allot from you... greatly appreciate all this.. I have a question.. Trying to build an employee database. Created a form, when i add the employee ID in I would like the name to auto populate this field last name, and first... is that possible?
@mahjoobmirza Microsoft has some pretty good video tutorials that get you through the basics: office [dot] microsoft [dot] com/en-us/access-help/CH010372755.aspx
I have a problem, I have two tables, Table A has symptoms1, symptoms2, symptoms3, symptoms4, and Table B has a list of symptoms, I would like to make relationships to all other symptoms in Table A to Table B's Symptoms. How should I do it?????
How do you prevent duplicate authorID-bookID entries. The model you are showing allow to add "author 1 - book 1" record and another "author 1 - book 1"record.
Am I right or am I missing something.
I would place 2 fields in Authored table - AuthorID and BookID and set the primary key on both of them.
@pmsocho You are right, duplicate values could be problem in the authored table. In the 5.3. video in this series, SQL to detect and delete duplicate values is discussed. Your approach is one solution and would create a composite primary key. Another solution might be to create a composite unique constraint. Arguments for any approach would vary based on how you use the columns, performance implications, and the database you are using.
And yes, using Camtasia, Premiere, and After Effects.=)
@MrWatandoost If you add an author field to the book table, you would have to add duplicate book records when a book had two or more authors. Duplicate data increases the odds of errors creeping into our database. We might also be tempted to add multiple author fields, such as fields named Author1, Author2, Author3, etc. However, this would make it more difficult when we want to query and count the number of authors, plus we would have problems if we didn't create enough new author fields.
@peaches4free I'm not sure I understand your question. Authored is a verb meaning "to be the author of". One of the ways this concept is taught is by using verbs and nouns. Nouns are our tables, while verbs are our relationships. So with a one to many relationship, we have two nouns, book and author, and one verb, the authored relationship. With a many to many relationship, the authored relationship also includes a junction table as part of the many to many relationship. Hope this helps.
I've learned allot from you... greatly appreciate all this.. I have a question.. Trying to build an employee database. Created a form, when i add the employee ID in I would like the name to auto populate this field last name, and first... is that possible?
Diwaana 5 days ago
Good use of a very simple example to explain the process.
thesnekker10 1 week ago
I'm a beginner, where can i find complete tutorial for access 2010
mahjoobmirza 3 weeks ago
@mahjoobmirza Microsoft has some pretty good video tutorials that get you through the basics: office [dot] microsoft [dot] com/en-us/access-help/CH010372755.aspx
thesnekker10 1 week ago
Beautiful tutorial. Nice book list :)
AlissaBrownify 2 months ago
very good job
thanks
adelgc 2 months ago
I have a problem, I have two tables, Table A has symptoms1, symptoms2, symptoms3, symptoms4, and Table B has a list of symptoms, I would like to make relationships to all other symptoms in Table A to Table B's Symptoms. How should I do it?????
Notorious90000 2 months ago
10 points because you included Neal Stephenson.
TheLtUhura 4 months ago 2
Looks NOTHING like the European version .. Ours looks more futuristic.. This was a bit of help tho thanks
PiratesAndCowboys 5 months ago
This is magic. Thank you!
edesbalazs 5 months ago
Thanks! You speak clearly, and this video was very helpful.
WennieBoy01 6 months ago
why didn't you put both authorid and bookid in the new table as pk ?! when i do it it works !!
bestoOofriends 9 months ago
Thx man !!!
karasik12 9 months ago
very well explained, thank you
dadecountyguy 10 months ago
Amazing <3 thank u man :)
SamarKhalaila 11 months ago
Thank you :)
sirsosay 11 months ago
How do you prevent duplicate authorID-bookID entries. The model you are showing allow to add "author 1 - book 1" record and another "author 1 - book 1"record.
Am I right or am I missing something.
I would place 2 fields in Authored table - AuthorID and BookID and set the primary key on both of them.
Would such approach be good or not?
BTW, are you using Camtasia for recording :)
pmsocho 1 year ago
@pmsocho You are right, duplicate values could be problem in the authored table. In the 5.3. video in this series, SQL to detect and delete duplicate values is discussed. Your approach is one solution and would create a composite primary key. Another solution might be to create a composite unique constraint. Arguments for any approach would vary based on how you use the columns, performance implications, and the database you are using.
And yes, using Camtasia, Premiere, and After Effects.=)
djdates 1 year ago
plz answer my question why wouldt you just create a new record in books table by the name of authors instead of creating a new table. i get confused
MrWatandoost 1 year ago
@MrWatandoost If you add an author field to the book table, you would have to add duplicate book records when a book had two or more authors. Duplicate data increases the odds of errors creeping into our database. We might also be tempted to add multiple author fields, such as fields named Author1, Author2, Author3, etc. However, this would make it more difficult when we want to query and count the number of authors, plus we would have problems if we didn't create enough new author fields.
djdates 1 year ago
@djdates wow thanks for explaining it so nicely. oh you are great man. i would like to buy you a bottle of wine. thanks a million
MrWatandoost 1 year ago
@MrWatandoost search on Normalization
nekozune 1 year ago
Thank you this helped a lot!! :)
kbrad12 1 year ago
BORINNNNNNGGGGGGGGGG!!!!!!!
Sexysavi6 1 year ago
He whistles too much when he talks.
daniel7899999 1 year ago
I say... Good show old chap! Jolly good of you; what?
steelcantuna 1 year ago
thank you so much for this video !!!!!!!!!!
bestoOofriends 1 year ago
What do you mean when you call the new table "Authored"?
peaches4free 1 year ago
@peaches4free I'm not sure I understand your question. Authored is a verb meaning "to be the author of". One of the ways this concept is taught is by using verbs and nouns. Nouns are our tables, while verbs are our relationships. So with a one to many relationship, we have two nouns, book and author, and one verb, the authored relationship. With a many to many relationship, the authored relationship also includes a junction table as part of the many to many relationship. Hope this helps.
djdates 1 year ago 4
so how their work for each other ?
maine16931 1 year ago
You are teaching me Access for free. Thanks mate!
The4lbe 1 year ago
@The4lbe Me 2...Thanks a lot...this is perfectly explained...
Qeldrhoma 1 year ago
very helpful man!! thanks a lot!
AnnoyingOnion 1 year ago
very informative video...
zhydic 1 year ago
Suggestion: work with a speaker coach. Your delivery is low and clearly you're reading aloud and not telling us.
jvdapena 1 year ago
I was struggling with this for a few days and thanks to your video I was able to get what I needed done on time! Thank you!!!
libertariandeist 2 years ago
excellent video and very helpful
jturkkan 2 years ago
You are simply, the best!!
owoyalefemi1 2 years ago
thanks a lot
saadkalwar 2 years ago
again, a really good tutorial. this helped me with my assignment...muchos gracias!
redschizonut 2 years ago