August 4, 200520 yr Hi I am struggling a little with XSL. I want to add a record with some data already entered. I have two fields, Charge and Type. For each recorded added from a particular page I want Charge to be "C" and Type to be "B". Do I have to create the record and then edit it, or can I use the add page to include this data. Any advice is appreciated. TIA Zippy
August 8, 200520 yr Of course you can pass data when a record is created. You can modify the add page, if you mean the one created with the XSLT assistant (or one created by yourself). E.g. in the form used in the page, you can add the following tags (within the form tags) However, if you use a query instead of a form post, it would have to add &Charge=C&Type=B to your query.
August 10, 200520 yr Author Thanks Martin and Beverly for responding. Martin .. I needed the hidden code ... it works a treat ... thanks once again for your assistance Zippy ;)
Create an account or sign in to comment