Search results

  1. M

    Difference between two dates in MS ACCESS2007

    Hi, In my database I need to find the Experience of an employee based on his DOJ. So I have used a formula Round((((Year(Date) - Year([DOJ])) * 365 + (Month(Date) - Month([DOJ]) * 30.4 + Day(Date) - Day([DOJ])) / 365),1) in the control source property of my field Exp.and it worked well, i got...
  2. M

    Not able to fetch the records in tabbed form

    Hi friends, I am developing a database for a small organisation. I linked 6 tables(basic info,educational info,employment info,passport info,leave info,personal info) in one tabbed form.For all the tables i have used emp id as the primary key.(for data entry). I have created a similar form...
Back
Top Bottom