Search results

  1. H

    Missing Record - 325 in the table, 324 showing on the form???

    I have a database which has one main form linked to a table which has 325 records in it. The problem is when you open the form it says there are only 324 records :confused: I have gone through the table comparing the records with the form records, I found what I thought was the 'missing'...
  2. H

    VB works in version 2002 but not in 2000

    Hi I have created a database in which an appointment sends to the default outlook calander. When I use Access/Outklook 2002 the database works, however when I try it on Access/Outlook 2000 the database does not work. I attach the code: On Error GoTo Err_cmdCreateAppt_Click Dim outobj As...
  3. H

    Print from list

    I'm trying to create a command button which will print a Report from a list. I have seven different reports all contained in a listbox. The listbox is called Report_List. I would like the user to select a Report from the list and by using a command Button (CmdPrintReport) print the selected...
  4. H

    Inserting info into fields

    I'm creating a small database which holds information about Grants. I have built a form and created reports which act as confirmation letters. The Reports use Communication fields as their address. I would like to populate the Communication fields with data already on the form in other fields...
Back
Top Bottom