Access Help with joined tables in Access

Joined
May 18, 2012
Messages
1
Reaction score
0
I have a subform that is made from a many to many query with 3 tables. It selects an employee number from a combo box field and then populates their name and rate of pay. The user enters his hours and the updates the field, it calculates the total labor. Problem is if the user accidentally deletes his name from the first filed, it deletes him from the employee table. How can I stop that?
 
Joined
Mar 20, 2012
Messages
764
Reaction score
4
You're probably going to require code for this, combo boxes don't have the Read-Only property that text boxes do. I'm not great at it, but a Google search for "Access combo box read only" should return some useful results.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top