My efforts to teach myself C# have led me to try to port a PHP/MySQL web app I developed ages ago to C# so I can get a better handle on the language and start developing more robust applications in ...
In VBA for access 2000, it was really easy to prevent someone from entering a value that was not in the list. In the combobox's properties, you just change the "LIMIT TO LIST" property to ...