FLCoderMike
Registered User.
- Local time
- Today, 06:01
- 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
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.
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.