Private Sub Combo0_AfterUpdate()
Combo2.Requery
End Sub
Private Sub Combo2_BeforeUpdate(Cancel As Integer)
End Sub
Private Sub Combo2_GotFocus()
If Len(Trim(Nz(Combo0, "") & "")) = 0 Then
MsgBox "Please Specify Make first"
Combo0.SetFocus...
My large e-commerce store needs to select products by a vehicle specific date, make, and model. How can we have a range of car years for certain products corresponding to the car itself? How can we use the make and model also? Are there certain commands that will enable us to do this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.