Hi! I'm calling a function that should populate my part description text box if a part number matches a previous description. I'm getting an invalid use of Null error when I run it. Following is the code:
Private Sub EtcPartNum_LostFocus()
fillDescript
End Sub
---------------------
Sub...
I'm new to VBA. I have a form where the user inputs a part
number and I want the description to pop up in the text box if the part has been entered before. I have used Visual Basic and done this but I'm having a real problem with VBA.
In VB I had a command button that searched and filled the...
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.