| View previous topic :: View next topic |
| Author |
Message |
danacol General User

Joined: 25 Apr 2009 Posts: 28
|
Posted: Sat Feb 20, 2010 5:09 am Post subject: chaining tables |
|
|
hello,
how to chain more tables?
In form creation wizard there is the possibility to chain only one secondary table with the main one. I need to get more tables chained. How to get this??
thanks |
|
| Back to top |
|
 |
keme Moderator


Joined: 30 Aug 2004 Posts: 2732 Location: Egersund, Norway
|
Posted: Sat Feb 20, 2010 8:41 am Post subject: |
|
|
| Use the form navigator to add subform containers and set data source (table) for the subform. Then add controls to your form, in the form navigator move the control placeholder to the subform, and in the control properties bind (assign) it to the field you want. |
|
| Back to top |
|
 |
danacol General User

Joined: 25 Apr 2009 Posts: 28
|
Posted: Sun Feb 21, 2010 4:20 am Post subject: |
|
|
| Quote: | | Use the form navigator to add subform containers |
how? |
|
| Back to top |
|
 |
BigAndy OOo Enthusiast

Joined: 03 Jan 2010 Posts: 150
|
Posted: Sun Feb 21, 2010 4:31 am Post subject: |
|
|
By adding new forms and connecting them with appropriate primary and foreign key(s) |
|
| Back to top |
|
 |
|