Am 08.08.2011 10:24, 3flight wrote:
SELECT "Components - Types"."Parameter" FROM "Components", "Components -
Types" WHERE "Components"."Type" = "Components - Types"."ID"
It is as simple as:
SELECT "Parameter","ID" FROM "Components - Types" ORDER BY "Parameter"
with "Parameter" as visible field (index 0) and "ID" (index 1) being the
bound field. If your form is bound to table "Components", then
"Components"."Type" might be the data field where you write the selected
ID value to.
--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted