I have two tables: one with user records, and one with user complaints.
I have a form that you can enter complaints. In the form, I want to:
1. Be able to add new records via the form to the complaints table via the record navigation option.
2. Be able to load the user's name from the Users table by looking up the userid entered in the complain form.
I tried setting the record source for the form to a query that joined both tables, but then the form lost the ability to add new records.
What is the solution?
Thanks!
I have a form that you can enter complaints. In the form, I want to:
1. Be able to add new records via the form to the complaints table via the record navigation option.
2. Be able to load the user's name from the Users table by looking up the userid entered in the complain form.
I tried setting the record source for the form to a query that joined both tables, but then the form lost the ability to add new records.
What is the solution?
Thanks!