I am trying to track wellness hours earned for each of my employees. If they do not call out, leave early, or not late more than 2 times, they earn 8 hours of wellness per month.
I am not sure how to give them what they earned and then deduct what is used.
this is good staff...in my thesis am required to create arelational data base schema this schema has various relations of many to many, one to many,many to one. it is being designed for a real estate data base...please give me some counsel on this
A good introduction and simple to follow demonstration of how a 'one-to-many' relationship works.
It's worth pointing out that for consistency, keep the fields names the same when joining them together especially when you could have several tables using a generic field name 'ID'.
I've linked this tutorial to my blog 'AccessDatabaseTutorial' (don't forget to add the dot com bit at the end) Check it out and bookmark it.
I'm trying to create a Report, but it must include both number and text data. How can make a relationship between different types of data? I need to know if there is a data type I can choose so that I can make a relationship between them.
@AnotherMasterMind You will need to have something they have in common so that they can be related. That commonality might be that they are in the same record in the same table. Or it might be that they have a common piece of data in each record that is also in other tables. These common pieces of data are your keys and are what your build your relationships with. Unless you only have a single table, you need to create these keys and relationships before you create any reports.
i want to make a table showing the relationship separate so in total i would have three tables except when i try to connect them like you did the computer tells me that i could not lock tables because the separate table i am trying to get the relationship data is in use by another person or process?? can you help me??
@MrYocopyperson Make sure you have closed all of the open tables before trying to create relationships (click on the x in each open table tab). You are getting this message because the tables are still open and locked.
Thank you soo much. I having been ripping my hair out for 7 weeks about this. I had everything backwards! You cleared it all up. Thank you. I can now start to understand the rest of the semester.!
Can I just say an enormous thanks to the maker of this video? I've been formally studying this stuff for a week or so and the place I've been going to has basically described everything around these extremely important facts which have almost magically made some things I was getting quite annoyed about, suddenly make sense - you the man!
This is great, but your contents states that you cover "Foreign Keys" but I don't see that anywhere in this tut? Can you show us how to create a Foreign/Secondary key and why you would use it?
Thanks for pointing that out. The foreign key is created at roughly time 4:30 and I have added an annotation that refers to this now as a foreign key. Foreign Keys are covered in more detail in the next video in the series. A foreign key identifies a primary key in a different table in order to relate different rows of data in different tables. Secondary keys are columns that could have become the primary key instead. I may discuss such keys in later videos, when time permits.
Duplicate data can cause problems when you change the data in your large table. When a name changes, like someone getting married, you have to change their name every place it appears in your one large table. How do you know if you actually have two real people named Marge Smit and Marge Smith or if this is a typo and they are really the same person? By putting this data into a separate table, we reduce the amount of duplicated data and reduce the number of potential problems. Does this help?
I wish I had more thumbs to up for you.
Bautonman 1 month ago in playlist Uploaded videos
This is waaay too slow. It's best if you speed up then the people that need extra time can pause and rewind. It's painful to watch this.
kaylasather 2 months ago
I am trying to track wellness hours earned for each of my employees. If they do not call out, leave early, or not late more than 2 times, they earn 8 hours of wellness per month.
I am not sure how to give them what they earned and then deduct what is used.
MorrisonCTQ 2 months ago
thanx man, its a great guide
9578755 4 months ago
Fantastic
baciMaras 6 months ago
dude you type too fast. LOL
KoalaBearWarrior 7 months ago
great ,,thankkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkks
cutewarrior786 8 months ago
Thanks! You have opened a new avenue for me.
francesbebe 8 months ago
THANK YOU THANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK YOUTHANK
RoayaPixel 8 months ago
Thank you very much sir.This helped me a lot.Keep up the good work.You are an excellent teacher!!
fjilfaz 9 months ago
i think if you want to create a relationship with another table...
the foreign key must be the same to the primary key of the other table...
because the foreign key is the unique attributes of an entity and that is the primary key of one relation table....
H8131126 11 months ago
this is good staff...in my thesis am required to create arelational data base schema this schema has various relations of many to many, one to many,many to one. it is being designed for a real estate data base...please give me some counsel on this
bivan1000 11 months ago
A good introduction and simple to follow demonstration of how a 'one-to-many' relationship works.
It's worth pointing out that for consistency, keep the fields names the same when joining them together especially when you could have several tables using a generic field name 'ID'.
I've linked this tutorial to my blog 'AccessDatabaseTutorial' (don't forget to add the dot com bit at the end) Check it out and bookmark it.
bsbeitler 11 months ago
Thanks for the help.
ounous 1 year ago
I'm trying to create a Report, but it must include both number and text data. How can make a relationship between different types of data? I need to know if there is a data type I can choose so that I can make a relationship between them.
AnotherMasterMind 1 year ago
@AnotherMasterMind You will need to have something they have in common so that they can be related. That commonality might be that they are in the same record in the same table. Or it might be that they have a common piece of data in each record that is also in other tables. These common pieces of data are your keys and are what your build your relationships with. Unless you only have a single table, you need to create these keys and relationships before you create any reports.
djdates 1 year ago
@djdates Thankyou! My teacher wasn't much help. I was convinced the relationships must be between the data involved in the report.
AnotherMasterMind 1 year ago
i want to make a table showing the relationship separate so in total i would have three tables except when i try to connect them like you did the computer tells me that i could not lock tables because the separate table i am trying to get the relationship data is in use by another person or process?? can you help me??
MrYocopyperson 1 year ago
@MrYocopyperson Make sure you have closed all of the open tables before trying to create relationships (click on the x in each open table tab). You are getting this message because the tables are still open and locked.
djdates 1 year ago
@djdates thanx it worked!!!!^_^
MrYocopyperson 1 year ago
you know what i learnt access in 7:47 minutes. all thanks to you. thanks you
MrWatandoost 1 year ago
Excellent!
insanecaine 1 year ago
OMG you sir are a life saver ;) thank you very very much..
Djibrill1123 1 year ago
These videos are great..saves me buying a textbook :)
Bones139 1 year ago 9
Thanks for the great help you offered, I had tried this multiple times without the succeeding.
Summerflap 1 year ago
Thank you soo much. I having been ripping my hair out for 7 weeks about this. I had everything backwards! You cleared it all up. Thank you. I can now start to understand the rest of the semester.!
ms1sign1 1 year ago
Can I just say an enormous thanks to the maker of this video? I've been formally studying this stuff for a week or so and the place I've been going to has basically described everything around these extremely important facts which have almost magically made some things I was getting quite annoyed about, suddenly make sense - you the man!
y2j1980x 1 year ago
thumbs up if you're watching this for your Management Information System Class~
ricardo3326 1 year ago
thank you
cybermaniac11 1 year ago
Good
shariq79 1 year ago
Comment removed
SnowyHime 1 year ago
thanks for making these videos. they really help me alot!
SnowyHime 1 year ago
VERYY NICE
BORAT LIKE
utkarsh12 1 year ago
This is great, but your contents states that you cover "Foreign Keys" but I don't see that anywhere in this tut? Can you show us how to create a Foreign/Secondary key and why you would use it?
Amgeno 2 years ago
Thanks for pointing that out. The foreign key is created at roughly time 4:30 and I have added an annotation that refers to this now as a foreign key. Foreign Keys are covered in more detail in the next video in the series. A foreign key identifies a primary key in a different table in order to relate different rows of data in different tables. Secondary keys are columns that could have become the primary key instead. I may discuss such keys in later videos, when time permits.
djdates 2 years ago
Awesome tutorial!
marclauren007 2 years ago
Can somebody please help me answer this question? The need for several tables rather than one large table containing all the same information. Thanks
yanniz4eva 2 years ago
Duplicate data can cause problems when you change the data in your large table. When a name changes, like someone getting married, you have to change their name every place it appears in your one large table. How do you know if you actually have two real people named Marge Smit and Marge Smith or if this is a typo and they are really the same person? By putting this data into a separate table, we reduce the amount of duplicated data and reduce the number of potential problems. Does this help?
djdates 2 years ago
GOD BLESS! You couldn't have explained it any better! Thank you very much buddy. :)
yanniz4eva 2 years ago
Cheers, I've watched quite a few tutorials on access, but now I've found one which actually seems to make sense
timcoleman 2 years ago
this is a really great tutorial! very simple and easy to understand. please keep on making these vids as they help me a lot in my studies! - thanks!
redschizonut 2 years ago