Hello everyone, I am trying to develop a DB in Access 2003 with the following structure:
[USERS] = A table containing a finite number of usernames
[SKILL] = A table containing a finite number of skills
[TIME] = A table containing time periods in 10 mins. increments
[MAINTBL] = A table that contains these fields:
(USERNAME - Linked to USERS)
(SKILL1 - Linked to SKILL)
(TIME1 - Linked to TIME)
(SKILL2 - Linked to SKILL)
(TIME2 - Linked to TIME)...
... (SKILL5 - Linked to SKILL) and (TIME5 - Linked to TIME)
(ISSUE - A descriptive field for the user to fill)
so the user can select for each (ISSUE) up to five (SKILL) and for each (SKILL) select the (TIME)
{I hope I've been clear up until now}
My dilemma is that I cannot seem to create a query that will display, given the (USERNAME), which (SKILLS) and how much (TIME) per skill the specific user used.
I will attach a sample DB if necessary
Thanks in advance for all your help.
[USERS] = A table containing a finite number of usernames
[SKILL] = A table containing a finite number of skills
[TIME] = A table containing time periods in 10 mins. increments
[MAINTBL] = A table that contains these fields:
(USERNAME - Linked to USERS)
(SKILL1 - Linked to SKILL)
(TIME1 - Linked to TIME)
(SKILL2 - Linked to SKILL)
(TIME2 - Linked to TIME)...
... (SKILL5 - Linked to SKILL) and (TIME5 - Linked to TIME)
(ISSUE - A descriptive field for the user to fill)
so the user can select for each (ISSUE) up to five (SKILL) and for each (SKILL) select the (TIME)
{I hope I've been clear up until now}
My dilemma is that I cannot seem to create a query that will display, given the (USERNAME), which (SKILLS) and how much (TIME) per skill the specific user used.
I will attach a sample DB if necessary
Thanks in advance for all your help.