Search results

  1. W

    Add New Exchange User

    Good afternoon all, I've looked everywhere but I can't seem to find out if what I want to do it doable. I'd like to make a form that is used to add new employees, to prevent the IT department from having to do everything that's simple. Most of it is easy but the one huge thing I'd like it to...
  2. W

    Updating field column with multiple values with one click

    Good morning all, First off, let me say that I'm not well versed in VBA. I can read it and understand what it's doing, but do not have the skill to sit and use all the functions from memory. To give an analogy of what I'm trying to do, imagine you're a game tester for some company. Every...
  3. W

    Grouping issue

    Greetings, My apologies, for I am still a novice in all of this. I have a small issue happening when I'm creating a query though MS Query. SELECT Accounts.PurchaseDate, Sum(MasterPayments.PaymentAmount) AS 'Sum of PaymentAmount', Ownership.OwnerName FROM E.dbo.Accounts Accounts...
  4. W

    Change font based off of time...

    Hello all, I have a report that pulls a Phone Call report query I made, and sorts it by the person that has been on the phone the longest(minutes). The report shows the name of the person, total duration, and total calls. My first problem is that I need to make an If statement to change the...
Back
Top Bottom