Bronze 1
Since ‎09-15-2022
‎10-04-2022

My Stats

  • 3 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

andrewh's Bio

Badges andrewh Earned

View all badges

Recent Activity

I have a customers table, a tasks table and a customer_tasks table to define a many to many relationship.I have a primary view that lists my customers. I want to click on a customer and edit only the relevant lines in the customer_tasks table. I trie...
I have three tables: Customers, Tasks and customers_tasks. The third table provides the relationship, so a customer can have multiple pre-defined tasks associated with it.Consider the following:Customers:cust_1cust_2Tasks:task_1task_2Now, when I crea...