G
gabo
Hello guys, 2 days ago I was asked by a customer to design his database in MS
access however vba isn't my strong arm, and I haven't been able to do many
things I that were really easy to achieve(if it was a php app):
for instance:
I have a table called competencies, this table contains all requisites that
someone needs to have for a given position within the company.
I need to loop through this table and display on a form all the competencies
regarding each specific position.
as an example, lets say that Mark Taylor is the company's manager the
competencies for this position are -> Math skills, computer skills, ability
to read, and jugdment.
since the table contains many other competencies such as ->computer
programming, weapons training, etc. that have nothing to do with his role, I
only want to display the ones that concern him. how do I do that?!!
any help with this will be greatly appreciated, thanks advance.
access however vba isn't my strong arm, and I haven't been able to do many
things I that were really easy to achieve(if it was a php app):
for instance:
I have a table called competencies, this table contains all requisites that
someone needs to have for a given position within the company.
I need to loop through this table and display on a form all the competencies
regarding each specific position.
as an example, lets say that Mark Taylor is the company's manager the
competencies for this position are -> Math skills, computer skills, ability
to read, and jugdment.
since the table contains many other competencies such as ->computer
programming, weapons training, etc. that have nothing to do with his role, I
only want to display the ones that concern him. how do I do that?!!
any help with this will be greatly appreciated, thanks advance.