Strange Problem...

FLCoderMike

Registered User.
Local time
Yesterday, 18:08
Joined
Nov 14, 2007
Messages
29
I have a form that has two fields that need to be filled from a query, the values are taken from a table that is set up as follows

Code:
id | name | parentID

The returned data can be from 0 to hundreds, what I need to do is be able to retrieve the data by parentID and then display it in the field separated by a semicolon. The rest of the form is being filled from a query. I hope i have explained this well enough for someone to help.
 

Users who are viewing this thread

Back
Top Bottom