I have a form that displays data from 1 table, but I have a join on my query to reference data from another table for conditional formating on one of the fields on the form.
When I want to delete a record from the form, it is deleting both records from both tables. I don't want the joined table deleted. My sql statement is using an INNER JOIN on the tables.
When I want to delete a record from the form, it is deleting both records from both tables. I don't want the joined table deleted. My sql statement is using an INNER JOIN on the tables.
