Search results

  1. S

    Question Help. Arranging Monthname in a query...

    I created a query with monthly performance. The problem is the arrangement for monthname is alphabetical so the first became the month of April considering its first letter. How can i make it arrange that January is the first and so on....
  2. S

    Question How to format based on week number?

    It works perfectly! Thank you very much....:)
  3. S

    Question How to format based on week number?

    Can you give me some sample database please?:)
  4. S

    Question How to format based on week number?

    I have a database with an average monthly performance summary. How can i format to show the summary per week in a month? For example in January, instead of showing the January average from January 1~31, how can i format to show the average per week, say Jan1~7;Jan8~14;etc. Please help me...
  5. S

    Create queries based on workweek..

    I am sorry to say that it's hard for me to understand the codes. I am not very good on codes since i only learned access through self research and study. Can you please give me a sample database that uses workweek summary? Many thanks in advance.
  6. S

    Create queries based on workweek..

    Ok let me see that. Thanks....
  7. S

    Create queries based on workweek..

    I have a query that creates average data per day and also summarized on a per month basis. But i am now requiring to create a summary where instead of monthly summary, the database will show per workweek. For example: Workweek1 is 1st week of january, that will show an average; workweek2 is 2nd...
  8. S

    Question How to retrieve data based on condition?

    up` for help...
  9. S

    Question How to retrieve data based on condition?

    Sir, I am confusing with the formula. Please correct me if i am wrong: I put the formula on the textbox but nothing happens, it always shows error or "Name?". What is wrong here?
  10. S

    Question How to retrieve data based on condition?

    I see. Ok will try it again later. Many thanks...
  11. S

    Question How to retrieve data based on condition?

    I put this code on the "after update" event, and when error occurs I tried to create new textbox and put this formula also but with the same error result: DLookup("[OrderDate]", "[OrderTable]", "ProductID=Forms!NewOrder_Form.ProductID AND DateDiff("m",[OrderDate], Date()) < 3")
  12. S

    Question How to retrieve data based on condition?

    When i tried to put the formula, I got the following error: Compile error: Expected: list separator or ) and then the letter "m" on the formula is highlighted. What is meant by that error?
  13. S

    Question How to retrieve data based on condition?

    Thanks! I will try this on my database....
  14. S

    Question How to retrieve data based on condition?

    I have a database for product ordering. What i want to do is a code to check if a specific product have order history for the last 3 months. I dont know how to translate it into code. Something like, when i input product name on the order form, a code will check that in the database table and...
  15. S

    Access to Excel template

    Hi, may i just ask how to modify the code such that the excel file name will be the name of my query, also with the sheet name? tia
  16. S

    Question Convert formula to vbcode..

    Sir, I tried creating the module and do as what you said but when i applied on my query i got the following error: "Undefined function "GetLoadingTime" in expression." Here is my query>>> LoadingTime: GetLoadingTime([QTYPerHr],[QTYToRun],[SetupTime]) What i do in my function is this (named it...
  17. S

    Question Convert formula to vbcode..

    Thank you very much for all your help. I will try to use the function on my project now..
  18. S

    Question Convert formula to vbcode..

    I am creating formulas for my form, unfortunately I amnot that good in access programming especially vb codes. How can I translate this formula into vb code: IIf([QTYperHr]>0,(IIf([SetupTime],[SetupTime]+([QTYToRun]/[QTYperHr]),0)),[SetupTime]) I used this formula under the expression builder...
  19. S

    Please Help me to achieve this...

    Hi again, I am using access2003.:)
  20. S

    Please Help me to achieve this...

    Hi, I am currently doing my database based on the database you gave to me yesterday. And it is now going good. But i have now another problem. I am required to create a monitoring per Product on my database which will be based on the database records from the last 3-month period. I am now...
Back
Top Bottom