| Chat with a LIVE Microsoft
Access Expert! |
||||
|
||||
|
#1
|
|||
|
|||
|
Can U do this in Access?
Hi,
I am making a database for a project for a new MIS system we are implementing, which details training requirements. We are trying to analyse what programs in the various systems people use and will then train them on the new systems equivalent. Where I am stuck is I have a load of programs with Yes/No formats and I want to show on a form the personal details of everybody and then only show the fields which are yes in the textboxes on one line and nothing else. I have uploaded my database - the queries I want to do this to are: Central Training People CRM Training People Crystal Training People Windows Training People Is this possible? Thanks for your help, Roly |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Are you saying yo want to turn rows into columns but only where the Control in each row is YES?
|
|
#3
|
|||
|
|||
|
Yes I am, can u do this?
|
|
#4
|
||||
|
||||
|
It is possible. Infact I use this technique myself in my lastest DB.
Two way to do this either create a query to retrieve each row. then combine all the queries into one master query. Or create a function that retrieves each row and concatenates them all to a string and return that. Either way you will not be able to update the columns. Last edited by Dennisk; 06-29-2007 at 02:18 AM.. |
|
#5
|
|||
|
|||
|
There are going to be 4,500 rows, so creating that many queries would be to much to display in a form, or as a query - unless there's an easier way of doing it?
Thanks for your help, Roly |
|
#6
|
||||
|
||||
|
I'm sorry to say this but your design is dreadful since you have taken a spreadsheet approach. Instead of having all those skills as fields in the table, they should be individual records in a related table. This is part of the process known as normalisation.
__________________
You can't always get what you want, but if you try sometimes you may just get what you need - Rolling Stones Cheers, Neil |
|
#7
|
|||
|
|||
|
I know the database is awful, but it is only for a one off project and is just a short term thing.
I didn't know about this query when I set it up, otherwise I would have done it instead of thinking about it first. Thanks for your help, Roly |
|
#8
|
||||
|
||||
|
One off projects have a habit of staying around for years.
|
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP Upload Module | gisash1 | General | 13 | 01-21-2010 05:07 AM |
| Simulate VLOOKUP in Access | antifashionpimp | Modules & VBA | 4 | 06-16-2008 11:51 AM |
| I need some artillery against Access haters | hi there | General | 16 | 12-21-2007 01:01 AM |
| User Defined Type - Access 97 to 2000/2002 | Mile-O | Access FAQs | 0 | 12-01-2005 06:35 AM |
| Access Charts/Graphs | durdle17 | Reports | 5 | 10-04-2004 03:42 AM |