Ask a Question related to Coldfusion Database Access, Design and Development.
-
shanelinke #1
Help Outputting data from Access database
I need to outputa grouped set of data from an Access database using CF.
Basically a Person can be associated to many positions, programs and interest
groups.
I have the following tables/columns:
PERSON (parent table PK Person_ID)
-First_Name
-Last_Name
-etc
POSITION (child of Person, PK Position_ID, FK Person_ID)
-Position_Name
PROGRAM (child of Person, PK Program_ID, FK Person_ID)
-Program_Name
INTEREST_GROUP(child of Person, PK Interest_Group_ID, FK Person_ID)
-Interest_Group_Name
I need to display the data like this:
John Doe
Position(s):
- Staff
- Consultant
Program(s):
- Animal Disease Research
- Human Disease Research
Interest Group(s):
- Disease Outbreaks
- Emergency Response
I have been trying to get the data displayed above using nested grouping from
a query that joins all the tables as well as subquery selects and have had no
luck,
I would greatly appreciate any help/feedback.
Thanks in advance.........
shanelinke Guest
-
Outputting data using date field
I have a query that outputs the result based on date. I m writing it as: select * from apna where assignedto='#form.assignedto#' and... -
Copying data from one Access database to another
I am working on a project where I need to get data from an Access database uploaded daily by my client and copy fields from various tables into... -
entering data into MS Access database
Hello, I'm creating an online survey using XHTML -- no PHP -- where the data will be entering into a MS Access database, and I am having trouble... -
PHP SMS access database and retreve data
Hi everybody, I'm new at php I am strugling to get something working, my application sends a text message to a gateway and the gateway activates... -
Posting XML data into My Access Database via ASP
Hi, Im new to XML but trying to post the data in: http://guilds.camelotherald.com/guilds/Palomides/695.xml into my access database via ASP. ...



Reply With Quote

