Recent content by cbnaidu

  1. C

    VB code to display all the 52 weeks in a year

    This is for a class project 1. Write vba code to populate Start date and end date of the week and then insert it into the table. or 2. Write a query to get the start date and end date of the week and display it in the form. My problem is to loop through the records. I am able to get the...
  2. C

    VB code to display all the 52 weeks in a year

    Thanks for the reply. I didnot understand what you explained. Can u explain in detail how to do it. Can you also explain how to loop it for all the 52 weeks in access. thanks
  3. C

    VB code to display all the 52 weeks in a year

    Can anyone help me with the vba code to display all the weeks in a given year. Like My week starts on Sunday and ends on Saturday. My start date is Jan1st and enddate is Dec31st. I want to display all the sundays in one column and all saturdays in other column in a year. Thanks cb naidu
Back
Top Bottom