hi
i am developing a software for tecnichal assistance. i am using a acces database which consists in two tables assitance and cliente and i use inner join to connect t«the two tables. now i connot save data on the table i made the inner join. What code i have to use to save on the table?
thanks

hey, you had created one inner join from two table it means you had created one view for that. you never insert data in view. so if you want to insert data in that inner join. batter is insert data in that two table. after that you see that view which is created with the help of inner join .try to insert into two table.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.