August 17, 200025 yr I am designing a simple database which I'd like to publish over the web using web companion. The problem is that when I define that database using relationships(like I want...) I get an Error which says: Data Entry Error: Your attempt to save changes to the new failed because of the following: Unknown error number -50. Can anyone help me out? All help is greatly appreciated! Thanks, Chris Stotts [email protected]
August 17, 200025 yr Resolution Move Key field input text code before all related field text code. Explanation The Key field must have a value before any related fields can recieve data. The new record seems to post minus data input for related fields defined in the html prior to the key field of the relationship. Hope this clears it up
August 21, 200025 yr Create a layout that you create your record for your parent db, then go to the layout with your related records. Basically you need to create the parent record before you create the related records. It can be done with Instant or custom. This should solve the problem. Beltro
August 23, 200025 yr Author Thanks a lot for your help. Problem solved, indirectly. Thanks again! Chris
Create an account or sign in to comment