Another extend table issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 02:59 PM - edited 03-08-2025 03:32 PM
Table A -> 2 Fields Table A5 and Table A1 etc
Table B-> 2 Fields Table B1 and Table B2
Table B1 field is referencing to Table A
Table B is extended from Table A
So if I create a record in Table B, the empty record is creating in Table A, the empty record should not create in Table A when I create Table B record right
Screenshot is below
please help me on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 03:09 PM
Table A fields:
Table B fields:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 05:56 PM
Since Table B extends Table A, Table B inherits the fields from table A. If you only fill in the fields for Table B when creating a new record there, then the record in the parent Table A will have empty fields. This is expected. What is your problem?