'Invalid outside procedure' Error ?

liamfitz

Registered User.
Local time
Today, 20:17
Joined
May 17, 2012
Messages
240
I can't at the moment see what's causing this error message in my program. It occurs with the first procedure of the initial form, i.e. 'On Load' event, and then again on the next form opened from within that. I've changed nothing which the help description, says would have caused it. Interestingly, when the form does load ( after OK'ing the error ), it fills a combo box, which retrives it data from a single table by my creating a recordset, with OLD data ( which I have since overwritten - a list of first and Surnames, basically concatenated into a single string ) ??? Any ideas.
:confused:
 
Sorry folks ! I've solved it - used Microsoft's web-site. The joys of 'trial and error', my main approach to programming currently ..... thanks anyway.
 

Users who are viewing this thread

Back
Top Bottom