dtrots Posted April 26, 2006 Share Posted April 26, 2006 I have finally figured out my join table problem. Just a quick question. As you enter data in the portal fields it starts a new line where you can see my field borderds and a delete button. Is this something to live with or is there somehow to not have it get the next line started until needed? Thanks in advance Dave Link to comment Share on other sites More sharing options...
Ender Posted April 26, 2006 Share Posted April 26, 2006 Hi Dave, When "Allow creation of records in this table through this relationship" is checked, you get the blank row at the bottom so that you can type into the fields. If you don't want the blank row, disable the option in the relationship dialog and create the records via a script instead. You might use a set of fields with global storage for the data entry, and have a button execute a script to create a related record and set its data fields with the contents of the corresponding globals. Link to comment Share on other sites More sharing options...
Recommended Posts