Anyone good at VB? Got any Idea why lines such as Private WithEvents rsRecordSet As ADODB.Recordset Would produce errors? Its seems that my VB doesn't accept ADO connections.. how do I get round this? I've enable the ADO thing in project, references but its still spewing this shite out..
I've kinda given up on the ADODB thing and moved onto implemeting a text file.. and guess what.. I'm having trouble with that 2 Think I'm gonna be buying some books 2moro..
try setting it as a public variable instead of a private one - perhaps its out of scope or something or put 'New' in front of the variable type.
OMG... I'm a gimp. This was soooo simple to do.. it was staring me in the face all the time. I setup a recordset and some labels to display the selected records info. Once this was done I related the list box I had created with the data. I'll post a screenie when its done so u guys know exactly what I was going on about. (Bet your geeeet excited to see it ) Thanks for the help guys!