Search results

  1. L

    Runtime error 3021

    Thanks llkhoutx, I thought of that too. I had to get this form up and running again yesterday , so I just gave up and re-created the form and it's code and all is well again. I sure wish I new what had caused it.
  2. L

    Runtime error 3021

    I have a combo box on my form that allows the user to move to an existing record. Everything has been working fine. I have a Switchboard with a button to open this form. It opens to the first record in the underlying table. That is until today it did. Now, all of a sudden, when I open the form...
  3. L

    Turn null into 0

    I think maybe you need the Nz function. Look in the index in Access help.
  4. L

    Export embedded images to linked files?

    I'm creating a new database for my company from scratch. I must import all existing records. My problem is, the current database has approximately 300 embedded images. (Sorry, I didn't know any better back then) And I'm wondering if it's possible with code to loop through the table, naming and...
  5. L

    Alternate row color

    I'd like to see that too. Do you still have the link or remember the search term? Thanks
  6. L

    Look -> Calenders in Access

    While looking for a simple alternative to the activex calendar control, I found this example of calendar forms created entirely in Access: http://www.weedmanager.net/access.htm Look for the file called Cals.zip. This file contains 4 database files with different examples for uses of calendars...
  7. L

    Web pages from report pages

    I have a report that prints catalog pages for parts we make. It prints an image for each part beside the description. The images are embedded images. When I try to save the report as web pages, I get the pgaes with text okay, but not the images. What should I be doing differently? I want the web...
  8. L

    Table of contents

    Thanks Rich! Looks exactly like what I needed.
  9. L

    Table of contents

    I have a report which generates part catalog pages. Each page has 3 pictures with descriptions and a page number at the bottom. It prints out just fine. My question is, is there any way to generate a report to list all the parts with the corresponding page number it appears on? For example...
Top Bottom