Thx for your help that worked.
Please can you help with this small thing. I have now another page, this page is a very simple datassist results page only with a recordset that list all items from a database with a repeat region. I want to add a link or button within the repeat region so when a user clicks on this button one of the fields (item name) on the VCode registration form is automatically filled with the name of the item the user has clicked on from the data assist results page?
EDIT: Its ok now Ive managed to do this - I added the same recordset that was on the results page to the register form page but did a URL parameter filter. On the results page I added a hidden field with the itemid and same on the form page on the item name field. Now I can pass the item id and name.
Please can you tell me how I can remove the Vcode from the database once the form has been posted - is this an easy thing to do? Thanks