Search results

  1. Sanchocow

    run-time setfocus error 2110 on combo box

    I get a cannot set focus to the control error on a combo box that is populated by what a user enters in a text box, but only on certain entries...the user types in an area code and the combo box populates with all of the contacts with that area code. The area codes that get the error are ones...
  2. Sanchocow

    Report Listbox binding question

    How do I get an unbound listbox on a form over to a listbox on a report of that form? I have an unbound listbox that gets populated from a combo box with a list of all the items and a textbox for the quantity. The results go into a seperate table with compound key of repair number and item id...
  3. Sanchocow

    Navigation Control Question

    I have a main form frmContacts and a subform sbfRA that has repair requests. These two are linked by the key ContactID. The Repair requests have primary key RA which is autonumbered. I am wondering what the easiest way is to have my navigation buttons go through all the records in the RA...
Back
Top Bottom