then i have to add - we have a middle name as well. its father's name and its very much important for us as name itselfThat is true. The OP had them together, but I am going to separate them into LastName and FirstName.
then i have to add - we have a middle name as well. its father's name and its very much important for us as name itselfThat is true. The OP had them together, but I am going to separate them into LastName and FirstName.
OKthen i have to add - we have a middle name as well. its father's name and its very much important for us as name itself![]()
its 5-20 usually. per trainer. each trainer might have 1-4 training sessions per month. there are 10-15 trainers.How many participants do you normally have for each training session over 2 days?
9How many rating questions do you have for each participant?
11-13. depends on TrainingTypeID=1 or 2.How many test questions do you have for each participant to complete for each training session?
i will try to change field type where its possible to optimize it. when i know its responses like 1 to 9, i set it as "byte" so it doesnt take too much space and run queries faster i guess.this database could become enormous
This is the design I am using. I did remove the Trainer table relationship with the TrainingSessions table because it served no purpose. I still assign a Trainer to each session but it is no longer a required Foreign Key relationship.View attachment 119252
i tired almost dozens of design structure and this works for me like it should with no mass records in query because i did bad job with relationship set up.
Has been changed to LastName, FirstName, Middle. FullName will no longer be used.I strongly recommend not mushing employee name. WE all know it is wrong. The OP may never have a problem if he never has to write a letter or sort differently, but who knows what requirements come down the pike in the future. So why not just do it right the first time? It is not more difficult but what IS difficult is separating a mushed name if you ever have to.
we dont use it really in my country \ culture so this would be useless in this db.but why not also include prefix and suffix?
yes, if i call him or standing just in front of him - i would use his name and middle name. middle name is MUST to give him a sign of respect.So, you wouldn't address a doctor as doctor x?
WOoooOW!! let me test it in a few hoursHere is a file for you to review using your requirements and a picture with how to use the form that loads when you open the file.
thank you very much @LarryE ! i really apricate your effort and time u spent on it !Here is a file for you to review using your requirements and a picture with how to use the form that loads when you open the file.
Here is a model that works better and has some reports you can print when you open these forms:thank you very much @LarryE ! i really apricate your effort and time u spent on it !
thank you very much, Sir !@TipsyWolf
Here is an updated file with reports showing employee participants.