Search results

  1. R

    Refrencing field in List Box

    Thanks alot guys that code worked perfectly. Sean
  2. R

    Refrencing field in List Box

    Hi, I have what i believe to be a simple problem (for real programmers). So any help would be greatly appriciated. I have some code that will open a word document as follows: Private Sub cmdOpenWord_Click() Dim wordApp As Word.Application Dim wordDoc As Word.Document Set wordApp =...
  3. R

    UpdateField selected in Listbox

    Hi, I would like to update the fields 'STATUS' and 'STATUSDATE' in the table 'QTHD' for the items selected in the list box 'lstQuotes' when the command button 'cmdDead' is clicked. The fields will populate with the word "Dead" and the current 'Date' (...Now()...) respectively. I have attached...
  4. R

    Linking Subform to main form

    Hi, I developed this program on my personal pc and had the problem above this solved by CyberLynx and my program worked fine. When I moved the program to its new location I ran into some problems.... 1. When I click on a record in the listbox on the subform it should be displayed in the header...
  5. R

    Record select on sub form

    Cheers Mate Thanks alot CyberLynx that worked like a charm. Also very impressed with the speedy response. Thats the database complete. My standard access search function no longer works but thats not a problem as the user will search using the listbox sort buttons and using your code they can...
  6. R

    Record select on sub form

    Hi, Im new to access and vb and with help from this forum I have managed to put together a database. I have attached my effort. In the header of frmQuoteLedger I have txtboxes where I enter new information. In details of frmQuoteLedger I have a subform containing a Listbox which displays all...
Back
Top Bottom