[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libreoffice-users] Re: List and Combo boxes
[Thread Prev] | [Thread Next]
- Subject: [libreoffice-users] Re: List and Combo boxes
- From: Andreas Säger <villeroy@t-online.de>
- Date: Tue, 12 Jun 2012 21:37:38 +0200
- To: users@global.libreoffice.org
Am 12.06.2012 21:08, Dan wrote:
To populate a list or combo box, I have been using single field tables.
Seems like it should be possible to use a single table for more than one
list or combo box. (The SQL statement for selecting a field for a list
or combo box is: SELECT "field name" FROM "table name".) Has anyone
tried this before? Any problems doing this?
--Dan
In a combo box you "always" want:
SELECT DISTINCT "Field" FROM "Table" ORDER BY "Field"
In a list box you "always" want:
SELECT "Field or Concatenation", "Primary Key"
FROM "Table"
ORDER BY "Field or Concatenation"
Bound field=1
Data field=The form's foreign key
[Example] Relations reflected by list boxes in forms
http://user.services.openoffice.org/en/forum/viewtopic.php?f=100&t=40444
--
For unsubscribe instructions e-mail to: users+help@global.libreoffice.org
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
| Re: [libreoffice-users] Re: List and Combo boxes | Dan <elderdanlewis@gmail.com> |
| [libreoffice-users] Re: List and Combo boxes | Alexander Thurgood <alex.thurgood@gmail.com> |
| [libreoffice-users] List and Combo boxes | Dan <elderdanlewis@gmail.com> |
- Prev by Date: [libreoffice-users] List and Combo boxes
- Next by Date: [libreoffice-users] Re: cannot save an .html type document, opened in calc as .ods file (libreoffice 3.5.3)
- Previous by thread: [libreoffice-users] List and Combo boxes
- Next by thread: [libreoffice-users] Re: List and Combo boxes
- Index(es):
Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.