Search results

  1. R

    Catagory, Sub-Catagory, Sub-Sub-Catagory help

    Wow Access likes to be difficult, Now the exact same code doesn't work. Spent the last 5 hours spell checking and code checking. I haven't even changed anything since it was working
  2. R

    Catagory, Sub-Catagory, Sub-Sub-Catagory help

    Hey thanx guys. I started fresh with my tables because after trying so many things i think i messed things up. and this time round i was successful. I hope this is the worst of problems to come... :)
  3. R

    Catagory, Sub-Catagory, Sub-Sub-Catagory help

    Thanks, I found it. But now when i enter it and try use it, it give me a nice big error message talking about how it can't find the object. Is what i am trying to do really complicated or something? Because it seems like it should be pretty easy
  4. R

    Catagory, Sub-Catagory, Sub-Sub-Catagory help

    I can't seem to find it. Any other clues :)
  5. R

    Catagory, Sub-Catagory, Sub-Sub-Catagory help

    I had a look, and think i found what i want(ish). They use this code: Private Sub cboCountry_AfterUpdate() On Error Resume Next cboCity.RowSource = "Select tblAll.City " & _ "FROM tblAll " & _ "WHERE tblAll.Country = '" & cboCountry.Value & "' " & _...
  6. R

    Catagory, Sub-Catagory, Sub-Sub-Catagory help

    Hey I have a Products table that has all the product information as well as which Category, Sub-Category, and Sub-Sub-Category it falls into. I also have a Table of the Sub-Sub-Categories with which Sub-Category it falls into and which Category it falls into. This is where i would get the data...
Back
Top Bottom