logart
|
| Posted: 08/02/2003, 7:24 AM |
|
I added a new column to a database and was trying add that new column to a grid. But when I add a label and try to set the ControlSource of that label to the new column, the column does not show. I have tried to do a database refresh, and opened and closed CCS. No luck.
Any ideas?
|
|
|
 |
gd
|
| Posted: 08/05/2003, 5:55 AM |
|
Are there any functions being performed that are associated with that column?
|
|
|
 |
Tom
|
| Posted: 08/11/2003, 8:47 PM |
|
Most likely your select from the table is not select * but select each field. Go into the table designer and verify that column is either checked or * is checked.
|
|
|
 |
|