Simon
|
| Posted: 03/21/2003, 3:48 AM |
|
I use CCS2 beta 4.........
I have 2 tables.
Pages
page_id int
page_title varchar
page memo
Templates
template_id int
template_title varchar
template_page memo
I CCS i have a record called "pages1", with data source =pages,
templates (no joins or anything)
Title : TextBox -> page_title
Type : ListBox -> Control source = page
data source = templates
text column = template_title
bound column = template_page
Insert Button
I want to be able to select the template page for the new page via the
listbox,
(insert the content of the appropriate template_page into the page field
in pages)
I have tried many approaches, but without any luck... Can anyone help
???
|
|
|
 |
|