JeffHughes
10 days agoQrew Trainee
Child Table - Grid Edit Issues
On the old style forms, I could show child records and say "allow edit". Then, when I clicked edit on the parent, it opened the child record grid edit table for me to add many new records. They al...
- 9 days ago
Yes,That issue has been discussed.
The best workaround for now seems to be to create a super mini legacy form that just has some parent record identification on the top and that embedded child table. Then make a button to redisplay the record in edit mode on that mini Grid Edit form.
The button code would probably be this if your new mini grid edit form is ID = 11
URLRoot() & "db/" & dbid() & "?a=er&dfid=11&rid=" & [Record ID#]