Search results for query: *

  1. R

    Viewing data problem

    Thanks! Cheers both of you, I'd almost given up hope of ever connecting to the database! So simple when you know how. :D
  2. R

    Viewing data problem

    I tried that but I got the error "Child list for field tblResults cannot be created". What does this mean? As you can see I'm quite new to VB but I've been trying to sort this data access for weeks now and I'll be so happy if I can get it! :)
  3. R

    Viewing data problem

    Hi, I have set up my connection to an Access Database as per the code below (which I am pretty sure is fine as it is just copied from MSDN) but when I run the form it doesn't display the data. Am I missing out something obvious? At present I have nothing else on my form. Thanks in advance...
  4. R

    ADODB.connection

    Thanks, I'm really struggling with connecting to databases. I haven't had any training and feel that if I can get some help with the fundamentals that I'll be a lot better off. If possible will you keep an eye on this thread as undoubtedly I will continue to become unstuck. Richard
  5. R

    ADODB.connection

    Hi, I am trying to connect to Access without using the connection wizard but the code which I have taken from TechGnome's tutorial won't work as the ADODB.connection is not defined. Am I missing something really basic here i.e. a reference to ADO.net? Help will be much appreciated. Richard
Back
Top