To all, overthe weekend I stumbled onto a problem created by using CF_embedfields to pass information to an update query. Previously all variables were passed via hidden input fields and the database was updated correctly. Rewrote to spread the input form over 4 pages using CF_embed fields. Worked fine except that it would not pick up CFID (which was assigned to a hidden input tag) and a generated password (lastname plus a random number, also a hidden input tag). Appears that those two variables would be passed by reference only, I ended up generating them on the last page and then passing to the update query. Do you have an explanation or comment on this behavior? Thanks Richard Kern ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

