Search results

  1. S

    Microsoft jet engine stopped the process

    No replies Ok as I guessed no replies - not for the first time. Anyway I visited another forum and had 3/4 really good replies and tips. On trying these I resolved the problem and my programme is now running perfectly!!!!
  2. S

    Microsoft jet engine stopped the process

    I'm running Access 2003 split front end/ backend. I have been programming with access for about a year and was advised to use ADO. I have a form frmOrderEntry with a subform frmOrderDetail. The FrmOrderEntry contains the customer details and is unbound and populated via ADO. The frmOrderEntry...
  3. S

    Send email without edit

    Redemption Try http://www.dimastr.com/redemption/ This will help you
  4. S

    Bulk loading email adresses to MS Outlook

    I have worked my way throughthis recently. Eventually using Redemption to avoid Outlook security issues
  5. S

    Programme works most of time - deleted records

    Hi I am just running this programme on a stand alone PC to produce this result. I'll try your suggestion and see waht happens. I'll do this tomorrow
  6. S

    Programme works most of time - deleted records

    I have an annoying problem with my programme that trips over once or twice a week. I have a form (customer) and subform (order detail) which uses an empty table (temp orders) as its recordsource. The subform (datasheet view) allows me to build up a new order detail for the customer. After hit...
  7. S

    Connection to Database

    Thanks for that. Longer term my intention is to work with other applications. i just guessed that if I took the steps now I would get a greater understanding
  8. S

    Connection to Database

    Could someone advise me on the best time to make a connection through to a database I'm relatively new to VBA but started making connections through to the database successfully a few months ago. I now want to improve my understanding of the correct methodology. I find now that I am adding a...
  9. S

    Form Modal problem - programme continues

    Why is it that the following code works perfectly well. Within my program the form opens and waits for my selection. DoCmd.OpenForm "mainCustomerForm",, , "[PostCode]='" & customer & "'", , acDialog However when I change it to datasheet view the program continues on through failing to stop...
Back
Top Bottom