I have 3 views one is for display only the second is for the frontend and does not include user_id as the member can not edit that field. the 3rd is for the admin in the back end and that one has the usr_id listed and editable. I can create a new record in the second view without an error. then I have to go to the 3rd view and I can edit the usr_id field without error, but if I try and use the 3rd view and create a new record that is when the error comes up.
Larry