Katrina,
You and Dan removed a huge weight that had made lots of stuff difficult.
Moving the CFLOCATION outside the CFTRANSACTION did the trick.
Thanks so much,
--John
"Chapman, Katrina" wrote:
>
> Try This.
>
> <cftransaction>
> <cfquery datasource="county">
> (insert query)
> </cfquery>
>
> <cfquery name="getid" datasource="county">
> (get last entered record)
> </cfquery>
>
> <cfset record = #getid.newrecord#>
> </cftransaction>
>
> <cfif IsDefined("record")>
> <cflocation url="link_add.cfm">
> <cfelse>
> There was an error.
> </cfif>
>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.