Recent content by badangel

  1. B

    wildcard search not working!!!!

    Here's your reply! Pub undecided as yet but bound to be one of the many hostelries on Sauchiehall St. in Glasgow. If you're in the area, I think i owe you a beer or 10 for all the help!:)
  2. B

    wildcard search not working!!!!

    Hi Mile-o Thanks for replying. I actually worked it out already - your reply is right, I had ListBox instead of the correct name which is ListResults for my listbox. Just shows how a careless error can cause so much grief! Thanks as well for the example code that I used off another thread. It...
  3. B

    wildcard search not working!!!!

    Hi everyone, Hope some one can help me with this! I am trying to do a wildcard search when the user enters a name into a text box and then presses a search button. I based the code I have on an example from Mile-O-Phile found in a previous thread but when I run it it comes up with a runtime 424...
  4. B

    Easy query won't work right!

    Thanks for the reply Rob. I could make the text box into a drop down menu with the company ids but i've alread got a drop down menu with the company names in it which works fine and I wanted to have a range of search options, which was why i was trying to do it like this as well. Anyone got any...
  5. B

    Easy query won't work right!

    Hi Everyone, I have another simple problem! I have a text box that the user inputs a customer id into then when they hit the search button i run a query that should display all of the records for that customer id, however, nothing comes up when i run it! If its a parameterised query with the...
  6. B

    Desperately seeking link!!

    Cheers!
  7. B

    Desperately seeking link!!

    Hi, I've been searching the site for info on Cascading combo boxes as I'm still having major problemos with my combo box/ listbox/ subform situation. I have found references to an example by candace tripp which sounds like just what I need but none of the links to it seem to work. Does anyone...
  8. B

    subform displaying listbox selection

    This one should work
  9. B

    subform displaying listbox selection

    Hi, i've posted a question relating to this before but its still causing me problems, even though I think its probably easy; it would be good if someone could tell me what I'm missing! I have attached part of my database thats giving me the problem. I would be grateful if someone would have a...
  10. B

    Linking subform to listbox

    I know where you mean now, thanks Kevin but I think what is confusing me is where do I state which attribute is being looked at in the List box as it contains 3 columns......or am am I way off here?!
  11. B

    Linking subform to listbox

    Sorry if i'm being thick but do you mean add that in the Source Object option for my subform? I tried that as it seems to be the only place to add it but then that obviously changes my subform completely. Thanks (in advance)!
  12. B

    Linking subform to listbox

    Hi, I am having some problems getting my subform to display the info that I want it to. Any help would be greatfully recieved! I have a list box on the left and a subform to the right which I want to display details of whatever is selected in the list box, however I am completely stumped as to...
  13. B

    listbox question

    Hi everyone I have a form with a listbox on the left hand side and a suform on the right hand side. How do i get the records in the subform to change to the corresponding record when i select an item in the list box. I have got it so that I can open a new form with the correct info in but I...
  14. B

    easy listbox question

    Yeah, I worked it out. Thanks!!
  15. B

    easy listbox question

    Hiya, Can anyone tell me how to do this really easy thing. I want my list box to appear as empty when the form it is on is open and only display things when something is selected. I have already got it to display as I want it to, its just the getting it blank thats causing the problem. Also...
Back
Top Bottom