N
Need Help
When I select my combo box and either type of select a branch all of the
address information will come up but not the name of the branch which is what
the combo box is. It does the same things for my vehicles. Can someone please
help. Here is the VBA Code:
This is just an example:
Private Sub Vehicle_Unit_No_BeforeUpdate(Cancel As Integer)
Me.Vehicle_VIN = Me.Vehicle_Unit_No.Column(1)
Me.Vehicle_Year = Me.Vehicle_Unit_No.Column(2)
Me.Vehicle_Make = Me.Vehicle_Unit_No.Column(3)
Me.Vehicle_Model = Me.Vehicle_Unit_No.Column(4)
address information will come up but not the name of the branch which is what
the combo box is. It does the same things for my vehicles. Can someone please
help. Here is the VBA Code:
This is just an example:
Private Sub Vehicle_Unit_No_BeforeUpdate(Cancel As Integer)
Me.Vehicle_VIN = Me.Vehicle_Unit_No.Column(1)
Me.Vehicle_Year = Me.Vehicle_Unit_No.Column(2)
Me.Vehicle_Make = Me.Vehicle_Unit_No.Column(3)
Me.Vehicle_Model = Me.Vehicle_Unit_No.Column(4)