Hi All,

I have created a module that will look up a user's FirstName / Surname from a SQL Database. The information returned will be displayed in a message box as a temporary measure.

I have called the module from the "MAINForm_Load", but nothing occurs. If I place the code from the module into the "MAINForm_Load", it works as expected.