Nick Ward
|
| Posted: 03/14/2003, 6:53 AM |
|
Hello,
I have just started using CCS and this is also my first attempt at
developing a web application.
I am creating a simple application that stores company details and
department details. The two tables are linked by cust_id and dep_cust_id.
Basically I select a company which then shows the departments (if any).
When I choose to add a new department I want the dep_cust_id field to be
populated by the cust_id, hopefully this can be a hidden field as it is of
no interest to the user.
I'm sure this is very simple to do but I just don't seem able to see it.
Many thanks
Nick
|
|
|
 |
DAVID
|
| Posted: 03/14/2003, 10:10 AM |
|
Nick,
aren't you from Irvington?
"Nick Ward" <nward@uk.bnsmc.com> wrote in message
news:b4sqd5$kh2$1@news.codecharge.com...
> Hello,
> I have just started using CCS and this is also my first attempt at
> developing a web application.
>
> I am creating a simple application that stores company details and
> department details. The two tables are linked by cust_id and dep_cust_id.
>
> Basically I select a company which then shows the departments (if any).
> When I choose to add a new department I want the dep_cust_id field to be
> populated by the cust_id, hopefully this can be a hidden field as it is of
> no interest to the user.
>
> I'm sure this is very simple to do but I just don't seem able to see it.
>
> Many thanks
>
> Nick
>
>
|
|
|
 |
|