Another approach that keeps the whole thing "live" and updatable:
For each application, create an aliased field:
Windows: IIf([Application]="Windows","X")
XP: IIf ([Application]="XP","X")
Then create a report based on the query and include...
How about a query with aliased fields created like so:
Plumbing:IIf([jobtitle]="Plumbing",[name])
Carpentry:IIf([jobtitle]="Carpentry",[name])
I don't like the product you get by exporting directly from Access to HTML. Reports export pretty well to rich text format, which you can paste into an HTML editor - but look the resulting text over, as it can do funky things. I've also gone from reports to csv to HTML tables. But just today...
A slightly different approach:
1. Base your report on a query to select a disc from the table.
2. In your query specify the form and the combo box field as a criterion in the query. For example, if you name your form frmDiscs and the combo box on it DiscName, your query criterion will look...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.