G
Guest
I want to use two tables in a database to track spend for each user. I have
created a user identity table and a spend table. These are joined with a one
to many relationship, using a "user id" in the user table and "budget id" in
the spend table. I then created a form to allow me to insert new spend
records for each user. This works in part, but each time I enter a new spend
record using the correct customer id, I find I have also created a new user
in the user table. How can I correct this? Please help, it is driving me mad!
created a user identity table and a spend table. These are joined with a one
to many relationship, using a "user id" in the user table and "budget id" in
the spend table. I then created a form to allow me to insert new spend
records for each user. This works in part, but each time I enter a new spend
record using the correct customer id, I find I have also created a new user
in the user table. How can I correct this? Please help, it is driving me mad!