I have a table with "names" and "addresses". I have a combo box the names. When I select the name I want a query to run on the table and show me the name and address.
That was the example I came up with so I understand how to do it, in reality my problem is this:
In a table, I have a join table, a key column, a "people" column, a "job" column.
On the form I have two combo boxes, "People", and "Job". I want the user to be able to select the person and job, and have access look it up on the table, if it exists, the user will then delete it. If it doesn't, I'm going to figure out how to add a descriptive error message.
That was the example I came up with so I understand how to do it, in reality my problem is this:
In a table, I have a join table, a key column, a "people" column, a "job" column.
On the form I have two combo boxes, "People", and "Job". I want the user to be able to select the person and job, and have access look it up on the table, if it exists, the user will then delete it. If it doesn't, I'm going to figure out how to add a descriptive error message.