Search results

  1. J

    Weekly monitor based on query result

    Solved , thanks everyone!
  2. J

    Weekly monitor based on query result

    Sorry , but how I do that? Could you please clarify step by step.
  3. J

    Weekly monitor based on query result

    I wish to get every Sunday a list of employees with the upcoming birthday.
  4. J

    Weekly monitor based on query result

    It opens Access but not sending queries..
  5. J

    Weekly monitor based on query result

    I wish to get notified every Sunday in 9AM o'clock with the results from the MS Access query. What's the best way to do that? Thank you
  6. J

    Nested IIF in Expression of Calculated Table Field

    Thank you , understand, I will try that.
  7. J

    Nested IIF in Expression of Calculated Table Field

    Assuming it has 7~14 layers, may I build the with CASE statement in VBA as it more readable?
  8. J

    Nested IIF in Expression of Calculated Table Field

    I'm adding records into employee table. Where new employee is engineer he gets a degree "4" (calculated field). If new employee architect , het gets "5" , e.t.c.. There are many IIfs..
  9. J

    Nested IIF in Expression of Calculated Table Field

    I can make one condition expression , as shown, however I have more than 10 conditions. I do prefer to build them as a nested IIF statement in VBA. What's the right way to do that?
  10. J

    Managing Dynamic Emails in EMailDatabaseObject Macros

    Yes, sure.. please.
  11. J

    Managing Dynamic Emails in EMailDatabaseObject Macros

    Could you please help with the syntax? The DB is attached.
  12. J

    Managing Dynamic Emails in EMailDatabaseObject Macros

    Managing Dynamic Emails in EMailDatabaseObject I have a query that alerting once an employee has a birthday. Now I wish that "..wishes" report will be sent to that employee. I can put in AutoExec only static email , a@b.com but not relevant employee email from a table..
  13. J

    Query For Getting ID Degree

    I took your solution , however when I was trying to add DegreeDate column the output was changed. Apparently I was missing to add "Max" also to that column.
  14. J

    Query For Getting ID Degree

    I've marked DegreeDate as Max and it solved the issue. Thank you, guys, for your help!
  15. J

    Query For Getting ID Degree

    This one partially did the job, however when I put also DegreeDate column it shows me non-relevant record as well?!
  16. J

    Query For Getting ID Degree

    In this particular case nothing.
  17. J

    Query For Getting ID Degree

    Hereby please find attached, Let's assume I'm putting "23" in Degree, then I don't want John to be shown as he has also 76. Hoping it's clear..
  18. J

    Query For Getting ID Degree

    I'm a newbie in Access, may you add a screenshot how it looks in Access (not SQL). Sorry for that..
  19. J

    Query For Getting ID Degree

    Yes, but I want to get only those records where 50 is the higher degree. If same ID has 60, 70, e.t.c not to show also 50.
  20. J

    Query For Getting ID Degree

    Having a table DegreeDate Fields are : ID, DegreeDate, Degree. Each ID may have more than one degree. Wish to build a query that shows only those whose degree is 50. If same ID has higher degree he will not be shown. Will appreciate your help..
Back
Top Bottom