Search results

  1. P

    Access 2000 form crashes DB

    Sometimes some of my Access 2000 forms use to crash the DB. Somebody told me just to change the name of the form. I did it and it always works well! Any good reason for that? Thanks a lot Renato
  2. P

    SQLExpress and ADP

    I'm trying to use ADP as front-end and SQLExpress as back-end. The tables importation worked well but I can't make queries: I receive a msg telling that my MS Office version is not compatible with SQLExpress. My MS Office version is 2003, my Windows is Win XP Pro SP2. Any ideia? Thanks a lot pozzo
  3. P

    Counting ListBox Items

    Hi everybody! I have a form (form1) with a listbox (lstSelectContacts). This listbox is based on table1. To fill this listbox, form1 calls another form (form2) which is a special form for filtering. After filtering, form2 fills table1 and calls back form1. The listbox in form1 now shows the...
  4. P

    Label Report Problem

    I have a label report based on a table with 1222 records. It should show me 41 pages - 30 labels each page, but it only shows 17 pages - 501 labels. The table really has 1222 records. This hapens only when I run the report clicking a button in a form that calls a procedure to print the report...
  5. P

    Outlook sent items

    I have an Access application that calls Outlook and sends emails for selected clients. My problem is: after sending the emails I need to call Outlook outside Access and click Send/Receive to send them and then click Sent Items to be sure they've gone. Is there as way to do all that from Access...
  6. P

    Auditing tables

    I heard somebody say that it's possible to audit the tables of a DB using the system objects. I know how to audit tables using form events. It would be great if you could create a kind of "trigger" in Access tables! Any answer? Thanks a lot Renato :)
Back
Top Bottom