S
s
I have a table which is populated with fields as
Year | Department number | Department Contact Person | Issues Faced |
Steps taken to resolve them | Satisfaction of workers in department
The values of the records are
2005 | 1000 | John | Lack of motivation among staff | Conducted weekly
meetings with staff and so on | It has increased to 5% from last year.
There is less turn over and so on.
2006 | 1000 | John | Lack of motivation among staff | Encouraged group
projects with staff | Satisfaction amongst workers has increased from
5% from last year to 9%.
The ' | ' is used to differentiate between fields while posting
Question is can Access interpret that for me if I want to know what
was the improvement in "Satisfaction of workers in department" for
department number 1000 in the year 2006 from 2005. With my limited
knowledge of Access, I don't think so, but can someone please clarify?
Is there a way, I can have Access do that using some VBA code or will
I have to delve into natural language processing a lot for this(like
http://sites.google.com/site/yaoziyuan/ideas) which cannot be done in
Access? If the human language description can be converted into
something which can be manipulated by Access for analysis, that would
save me a lot of work of manually interpreting it.
I would appreciate any suggestions and advice. I wonder how others
solve this. Do any other RDBMS packages offer the advantages of the
interpretation I need?
Thanks
Year | Department number | Department Contact Person | Issues Faced |
Steps taken to resolve them | Satisfaction of workers in department
The values of the records are
2005 | 1000 | John | Lack of motivation among staff | Conducted weekly
meetings with staff and so on | It has increased to 5% from last year.
There is less turn over and so on.
2006 | 1000 | John | Lack of motivation among staff | Encouraged group
projects with staff | Satisfaction amongst workers has increased from
5% from last year to 9%.
The ' | ' is used to differentiate between fields while posting
Question is can Access interpret that for me if I want to know what
was the improvement in "Satisfaction of workers in department" for
department number 1000 in the year 2006 from 2005. With my limited
knowledge of Access, I don't think so, but can someone please clarify?
Is there a way, I can have Access do that using some VBA code or will
I have to delve into natural language processing a lot for this(like
http://sites.google.com/site/yaoziyuan/ideas) which cannot be done in
Access? If the human language description can be converted into
something which can be manipulated by Access for analysis, that would
save me a lot of work of manually interpreting it.
I would appreciate any suggestions and advice. I wonder how others
solve this. Do any other RDBMS packages offer the advantages of the
interpretation I need?
Thanks