I looked at the Northwind DB. See I understand how to use lookup tables fine by just picking data from a table. However I dont understand how to only get the customer numbers associated with a specific customer
Any help?
How would I be able to print out
If MsgBox(""" & Me.CustomerID.Text & "" is not in the list!" & vbCrLf & "Add it?", vbOKCancel, "Add New Customer Confirmation") = vbOK Then
I want to put the CustomerID in quotes
it's strange because I installed 8.5 and all I saw was a folder of Examples which had VB source code in it. Maybe I just didn't look in the right place.