Hello, a real novice question here (I know there are similar ones here, but those havent helped me), I'm trying to develop a sort of error reporting solution with 3 tables, the solution is as follows: theres one table, where the user submits an error ( lets call it table A), fills out the neccesary fields, saves and leaves, now, theres table B for mechanics, who see the the record from table A, they fill out the solution for the problem, save it, and then theres table C, wich is for purely viewing purposes only, so in short,
table A has 8 fields, that are shown on table B, wich also has 8 additional fields and table C shows the total 16 fields from table B, but my problem is, the data isnt showing, when I create a record in table A, it doesnt display it on Table B, and therefor theres nothing on Table C either, I've created relations between all 3 tables, so my problem probably lies there, so my question is, how do I get it working? any help is highly appreciated.