Search results

  1. 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 =...
  2. 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...
  3. 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...
  4. 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