itec
Posts: 130
|
| Posted: 04/10/2005, 2:15 PM |
|
I have to pages that use 2 different tables , How can i show the the label taht is on page 2 on page one
|
 |
 |
Nicole
Posts: 586
|
| Posted: 04/11/2005, 1:15 AM |
|
Itec,
To display text data stored in a different table in a Label control you can join that table and table that is currently used as form’s data source. Use Visual Query Builder to do it. CCS help article http://docs.codecharge.com/studio/html/UserGuide/Forms/FormDataSource.html
should be helpful in it.
_________________
Regards,
Nicole |
 |
 |
itec
Posts: 130
|
| Posted: 04/11/2005, 2:52 AM |
|
Yea that doesnt work when i do that it keepos from showing the data from the other labels
|
 |
 |
Nicole
Posts: 586
|
| Posted: 04/11/2005, 4:16 AM |
|
Open Visual Query Builder and make sure that flag located next to a field is checked for all fields you want to display on a form. Or asterisk (SELECT *) flag is check in both tables. Then re-select field from Control Source property list of all fields which were not displayed
_________________
Regards,
Nicole |
 |
 |
|