Cant add a child to a parent record

my app was working ok it is not a from that is used very often, have noticed that the “new” button to add a child record was no longer available on the form.

i have tried recreating the relationship but no joy, i have tried deleting the parent table and re instating it with a new relationship but no joy,

i have checked the slice can have add

see child ref

see parent ref

form looks like this

note no “new” button?

1 Like

Did you check to see if your ‘add’ action on the child table is set to ‘hide’ on accident?

If you need to hide it from other views, you can use a behavior condition, but you can’t have it set to ‘hide’ and still access it through a parent form

1 Like

Have you checked from the table definitions and it has “ADDS” selected?

that was the problem. simple when you know where to look.

thanks very much

shane

1 Like