multiple records in one table by referencing the id of another table? May 20, 2020, 12:21:07 AM Hello everyone!! I was testing but with little success.How do I make multiple records in one table by referencing the id of another table? Quote Selected
Re: multiple records in one table by referencing the id of another table? Reply #1 – May 20, 2020, 08:56:18 AM @ddiaz2380 by adding the id of the other table to the records in the current table. Quote Selected
Re: multiple records in one table by referencing the id of another table? Reply #2 – May 20, 2020, 05:14:26 PM Quote from: willvin – May 20, 2020, 08:56:18 AM@ddiaz2380 by adding the id of the other table to the records in the current table.I understand, but I'm not getting what I need. Example, I have a table of products and another by-products. Where the products table has an id to subproducts and call it, being able to add more than 1 line, it only leaves me 1 when I add the second one, it gives me an error in the format of the id, but then it no longer calls it. I need to be able to record multiple rows in this table. It only loads one row and then gives error. I know these are rookie usage details but any help is appreciated. Quote Selected
Re: multiple records in one table by referencing the id of another table? Reply #3 – May 20, 2020, 11:25:37 PM Quote from: ddiaz2380 – May 20, 2020, 05:14:26 PMQuote from: willvin – May 20, 2020, 08:56:18 AM@ddiaz2380 by adding the id of the other table to the records in the current table.I understand, but I'm not getting what I need. Example, I have a table of products and another by-products. Where the products table has an id to subproducts and call it, being able to add more than 1 line, it only leaves me 1 when I add the second one, it gives me an error in the format of the id, but then it no longer calls it. I need to be able to record multiple rows in this table. It only loads one row and then gives error. I know these are rookie usage details but any help is appreciated.Basically what I need is to be able to add several loads with the same id that refer to the id of the main one.I mean load 5 records in a table with the same id that belongs to the main table. Quote Selected
Re: multiple records in one table by referencing the id of another table? Reply #4 – June 01, 2020, 08:54:03 PM I'm also interested in this subject, I couldn't do it. Quote Selected
Re: multiple records in one table by referencing the id of another table? Reply #5 – June 02, 2020, 12:37:01 AM @georgehdantas @ddiaz2380 you can use the MasterForm MasterField in AddPage Properties. or you can use the Master-Details to archive what you want. Quote Selected 1 Likes