Guys~
I have this SQL code but I'm not sure what wrong with it. it seems to work but the problem is when i click my combo box, nothing is there(no data at all, I already set the data source).
Here is the code
Option Compare Database
Private Sub Form_Current()
On Error Resume Next
Dim...