Hi all,
I have just started creating my first app and was wondering this:
I have a table with a relationship to another table that holds images. Once i create a record in the first table i need to save the record then view the record then add images in the related image table.
Is there a way to add records to a related table while adding a record in the parent table so you don’t need to exit the parent table?
Hope this makes sense. Thanks.