Search results

  1. R

    vba assign textbox controlsource

    I apologize. I don't know what that means so I don't know what I need to correct. But, thanks!
  2. R

    vba assign textbox controlsource

    I am working with textbox [DispCD] (a date field) on form [Contract]. There is a dropdown on combobox [Searchbox] for selecting the desired record. I am writing VBA in the [Searchbox] OnChange event. The control source for [DispCD] would normally be "=Searchbox.column(11)". If "column(11)"...
  3. R

    Multi-use, conditional locking combobox

    I've been asked to make a box on a form with a drop down so I think it has to be a combobox. It must 1) show the Field value from the Main table if the field isn't null and 2) lock the box so it can't be changed; or 3) allow selection of a value from a drop-down if it is null and 4) save...
  4. R

    "Like" Query Function in Form

    ====================================== I'm trying to create a wild-card drop-down selector. Mine keeps coming out blank. Could you explain, please?: Is the "combobox.rowsource" line above supposed to be entered into the VBA Private Sub click event in the Class Object? Is the line supposed to...
  5. R

    New Members

    I'm clueless about forums so please pardon my mistakes. I feel like that head-banger icon trying to sift through MS Access help to figure something out.:banghead: I really like programming and wish I would have known better in my previous life. But than again, maybe I wouldn't be in this...
  6. R

    Hi, everybody

    My name is Ray. Since I moved over 2 years ago, I have only been able to get contract work. A couple months ago, I was hired to develop an interim database for a startup health insurance arm of a local hospital in Dallas, TX, USA. I was hired because I did some great things with Excel in the...
Back
Top Bottom