Search results

  1. I

    Sending E-mail

    Hey there, I get all the way through the code but receive an error at the .movenext shown below...Any suggestions? Public Function SendEmail() PROC_DECLARATIONS: Dim olApp As Outlook.Application Dim olnamespace As Outlook.NameSpace Dim olMail As Outlook.MailItem Dim dbs As...
  2. I

    Password Bypass

    Hey there, I need to know how to bypass a module password. Are there any programs out there that offer this type of service without paying for it? Thanks, Rainman
  3. I

    Why Doesnt Anyone Know About The Calendar?

    I just posted something about the calendar2k. Does anyone know where I can find that calendar add on? I know there are others out there but this one was awesome. It was 2 little buttons that dealt with start date and end date. You would just change the OnClick, so when the person clicked it...
  4. I

    Calendar 2k

    can someone help me find the calendar2k file. I downloaded it a little while ago but cannot find it now. It has a frmcalendar, a module, and then you copy the 2 little calendar buttons on your form for it to work. You then set the OnClick function on the control box you want it to enter the...
  5. I

    Payroll Dilemna

    Hello excellent helpers, Thanks first of all for the responses I always get on here. Question: There are several number fields on my form that are calculate fields, which I will show later what the expression is, that are not rounding off to 2 decimals as I am asking it to. How do I fix this...
  6. I

    Payroll Form

    Hey there, I have a form that has 7 days (Mon, Tue, Wed, Thur, etc...). The time is formatted like 08:00AM. Under each of those controls I have something that uses the expression: =(((([Sunday End Time]-[Sunday Start Time])*24)*60)/60), which if the hours were 08:00AM - 04:00PM, would give me...
Back
Top Bottom