On 7/27/05, Andrew Tomaka <[EMAIL PROTECTED]> wrote: > I realized the > problem was actually a bit more complex than I was making it. The > database table I am editing requires two primary keys to make an entry > unique (I'm a firm believer in a single PRImary key, but it wasn't my > choice).
Are you are talking about a composite PK? > One of the two keys can be changed by this form, so it > causes problems. It is usually a bad idea to use domain data as PK. Having modifiable PKs is [generally] one of the worst ideas. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]