I'm having a hard time at the moment with those queries. Sorry if there is a post alike on the forums but I don't really understand things if it's with others problems ... anyways:
This is a database of a game and there are certain skills needed to unlock a other skills. How I think it should be is there are 3 tables. One called SkillConstraint including SkillID and reqSkillID, which both of these fields should be linked to a table called SkillInfo to a field called SkillID, in this table there is also Skillname (for internal client) linked to a translated text table with the fields Skillname and TranslatedName. I am not sure how I am suppose to do this, also I tried making a second table for translated text table and a SkillInfo table but for some reason I had problems and it would only show me Skills that need a requirement (as it is not all skills that needs one). How do I make it so records which do not have a requirement still show up?
Help as soon as you can, thanks.
EDIT: I am not very good with queries so please explain well. I've had a short class on Access, which wasn't in English, and there is a lot of things I have yet to understand and to learn.
This is a database of a game and there are certain skills needed to unlock a other skills. How I think it should be is there are 3 tables. One called SkillConstraint including SkillID and reqSkillID, which both of these fields should be linked to a table called SkillInfo to a field called SkillID, in this table there is also Skillname (for internal client) linked to a translated text table with the fields Skillname and TranslatedName. I am not sure how I am suppose to do this, also I tried making a second table for translated text table and a SkillInfo table but for some reason I had problems and it would only show me Skills that need a requirement (as it is not all skills that needs one). How do I make it so records which do not have a requirement still show up?
Help as soon as you can, thanks.
EDIT: I am not very good with queries so please explain well. I've had a short class on Access, which wasn't in English, and there is a lot of things I have yet to understand and to learn.
Last edited: