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 appreciate showing me where to find it. I just feel as if some of the people in here rank the questions, and if they are not challenging enough, they will just leave the question unanswered. 17 views but no responses. I can't understand how you don't understand how they would frustrate some...
  4. 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...
  5. I

    Combo Box that links to a table

    I think the easiest way to do it is to create a combo box from a query. Add all of your fields in the combo box you want, for example purposes, FredName(combo3), FredPay, FredAddress...Create it on your form. Remember which is in each column. FredPay is column1, FredAddress is column2. On...
  6. 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...
  7. I

    Payroll Dilemna

    That worked like a champ. It is always the littlest thing!
  8. 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...
  9. I

    Payroll Form

    Thank You!!! I figured that's what it was doing. I spent so long, writing in code, changing the expression. I figured it was a text issue when it returned the right value if there was a 2 digit character in the field. OH MY GOD!!! Awesome! Thank you for your help. Raymond
  10. 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