Search results

  1. S

    Six Sigma HELP

    Thanks, I'll give it a try.
  2. S

    Six Sigma HELP

    Is anyone out there using Access to calculate sigma values? or does anyone how to use the following Excel formula in VBA NORMSINV(1-([field1]/[field2]))+1.5. Any help would be appreciated.
  3. S

    Leading Zeros

    Thanks Pat! That helps.
  4. S

    Leading Zeros

    I have read all of the posts in this forum concerning leading zeros. Several responses suggested putting a zero in the format of the text box for each placeholder needed. ex 00000 = 00123. I have tried that and it works for an unbound text box, but when I make the text box bound to my table it...
  5. S

    Message box when minimized

    Can someone give me a hint on how to have a message box pop up when Access is minimized? I have a form with a couple of subforms that act as counters. When a count changes, I want to have a message pop up to alert the user of the change. This form refreshes itself every five minutes, does...
  6. S

    Hyperlink Help

    I am using a few hyperlinks to open other forms in my db and when you click one, the web toolbar becomes visible. Does anyone know how to make the web toolbar not visible? thanks.
  7. S

    ODBC Connection Speed

    I have a db that connects to another system which has an SQL Server backend. I have established a connection and can get to the tables without a problem. when I try to run a query that accesses the SQL db, it takes forever for the query to run. Is there a setting I can change that will speed...
  8. S

    Email with Lotus Notes code!

    That did it!!! Thanks, I knew it had to something simple. I appreciate your time to help me with this problem!
  9. S

    Email with Lotus Notes code!

    I have found some code on the interenet ( I can't rember where) that allows you to send an email with an attachment through Lotus Notes. It works great when you block the line for the attachment. I would like to use this to attach a Word doc to my email. When I try to run it I get an error...
Back
Top Bottom