Lee Irving
|
| Posted: 09/11/2002, 8:46 AM |
|
I have a form which is has an HTML label which is defined as ;
Source Type : Database Column
Control Source : tblorganisation_orgname
This happily displays the value in the label as expected.
Now also on this form I have a link which goes to an add new record form. I
would like this link to contain 2 parameters OrgID and OrgName.
Org id is passed ok but I cannot get the value of OrgName to be passed. I
have tried the following;
Source Type : DataField
Parameter/Source : tblorganisation_orgname
Parameter Name : OrgName
This only has the effect of adding "&OrgName=" but not passing the value.
I believe I can get the data as the label displays correctly bu how do I get
the parameter to pick up on this.
Is there an expression that I can use to pull the value from the recordset ?
As a side issue how do I find out the name of record set it is in ?
Overall Im finding CCS a pretty good product but it can be infuriating some
times :)
Hope someone can shine some light on this
Regards
Lee
|
|
|
 |
|