gpdeering
Posts: 57
|
| Posted: 10/05/2005, 6:37 AM |
|
(I tried searching for a previous post on this topic, but no luck.)
I added another field to my MS Access database table AFTER I generated the "list" and "maint" pages for this same DB table.
I've manually added the extra Label, Sorter, and TextBox from the Forms toolbox to my "list" and "maint" pages. While TextBox on the "maint" page seems to "connect" correctly, the Label on the "list" page doesn't seem to pick up values from newly added field in the MS Access table.
Part of my problem might be that I can't see this new field name in the "Control Source" drop down for the "list" page.
How do I add it there? I'd rather not regenerate my "list" page from the Application Builder. I added a lot of custom code since then. Is there another way to achieve this?
Thanks,
Glen
|
 |
 |
Edd
Posts: 547
|
| Posted: 10/05/2005, 6:48 AM |
|
Glen,
Open up the Build Query option when you look at the datasource, then save.
It should refresh your list of available fields.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
E43509
Posts: 283
|
| Posted: 10/05/2005, 6:50 AM |
|
Yep, this one got me and had me confused for some time. On your form go into the data source and click on build query. You'll see the visual query builder and most likely you'll see that instead of ALL * check marked, you'll see each individual field marked. Thus the new field you added is not in the select. Just check mark the * to get all fields.
|
 |
 |
gpdeering
Posts: 57
|
| Posted: 10/05/2005, 7:14 AM |
|
Beautiful! I love CodeCharge Studio!
Thanks!!!
--Glen
|
 |
 |
|