Uhh...Well.. What if you want them to be able to update the primary key? Like in the case of the Holidays table, for some reason the Primary Key is the Date of the Holiday, which must be unique.
But you also want the user to be able to edit the Date of the holidays, or add new holidays with new dates etc. etc. Does this mean that we have to suggest they redesign their tables with some sort of sequential primary key? (I have no idea why they didn't just do this in the first place actually). -Angel -----Original Message----- From: Bryan Love [mailto:[EMAIL PROTECTED]] not necessarily... CF knows what the primary key of the table is and looks for it in the grid you pass. Just make sure that when you declare your grid you are declaring a grid column with the name of the primary key and display set to "no". ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

