Search results

  1. M

    calculated field

    hey ajetrumpet! You are amazing :).After a few modifications, your idea actually worked for me...Thanks man.This is an amazing forum.Thank you all for your excellent input :)
  2. M

    calculated field

    Thanks again I really really appreciate this:)
  3. M

    calculated field

    Its ok I already have a copy of it sent to my email before it disappeared ..Thx..
  4. M

    calculated field

    I saw it a while ago but it seems to have disappeared..
  5. M

    calculated field

    ok this will take a while to digest but I will definitely try it and let you know of the outcome.. Thanks:)
  6. M

    calculated field

    yes that is true..I want the updated values to be displayed in the table and the form.Is this possible? I need to view an employees leave details in the form which is why I need to update the table too.Ok I hope you guys understand what Im trying to do here.
  7. M

    calculated field

    I have created calculated fields from these fields using the switch function. Forward_updated From Forward Balance_Updated From Balance and No_of_days_updated From No_of days_Due.. These caculated fields will only work if I re-enter the caculated value in the origional fields everytime I enter a...
  8. M

    calculated field

    I also entered some test data..:)
  9. M

    calculated field

    ok this is the mdb version.Unfortunately I cannot change the fields because all these fields and data in the table are straight from excel unless I create another Select query.But I think I still need to store all these fields coz we need to check first if an employee has enough vacation days...
  10. M

    calculated field

    ok here is my database.I used both vba code and queries.In my query the calculated fields works but I have to enter the Forward,Balance and No_of_Days_Due everytime I enter a new employee and the vba code fot the OnCurrent event doesnt work.The controls are still blank.Any help will be graetly...
  11. M

    calculated field

    my form is bound to a query.This query selects from a table(which has all the fields I mentioned above except for ToBeTaken) and creates a calculated field ToBeTaken.
  12. M

    calculated field

    I tried it but the controls are blank nothing is being displayed.I put the statement in the OnCurrent event like you said.
  13. M

    calculated field

    That was the first thing I did before I used queries.But when I did that in VBA code there was an error..something like you "cannot assign this to the object"..Is this because we cant update a control because there is already a value assigned to it??This is what I thought was the problem.
  14. M

    calculated field

    Is this Iff staement in the query or control source???
  15. M

    calculated field

    Thanks Il try that out...
  16. M

    calculated field

    oops sorry!! my bad... I just got in the feel of trying to solve this problem..I got excited and got carried away..sorry again..:o
  17. M

    calculated field

    can anyone answer my question please.Thx.
  18. M

    calculated field

    Ok I have these fields in my tableEmployeeLeave . FROM - starting date TO - ending date To Be Taken- DateDiff("d",FROM,TO).(This is a calculated field.) Forward -no.of days left from previous year.(Not a calculated field.) No.of Days Due- no.of days left for current year.(Not a...
  19. M

    calculated field

    1 more question.But will this work if there are 3 or 4 calculated fields???
  20. M

    calculated field

    Gee thx I get it now..
Back
Top Bottom