I have two combo boxs 1 is "comboemp" that has 4 columns and the other is comborev for the rev#
Emp Hiredate Loc rev#
All of the columns have the same information except the last column rev#
When I want to select the first rev# to look at the records for the emp - I get the last record instead.
I have a query running also on onchange event to requery the form based on forms!frmemp!comboemp and in the comborev number shows the last record also. But when I select 0 in the rev# - my form shows the correct record.
How can I get the form to show the records based on any selection I make in the combo box comboemp?????
Emp Hiredate Loc rev#
All of the columns have the same information except the last column rev#
When I want to select the first rev# to look at the records for the emp - I get the last record instead.
I have a query running also on onchange event to requery the form based on forms!frmemp!comboemp and in the comborev number shows the last record also. But when I select 0 in the rev# - my form shows the correct record.
How can I get the form to show the records based on any selection I make in the combo box comboemp?????