Search results

  1. R

    How to fill gaps in between two dates while creating reports?

    Oh! I'm sorry! I failed to notice as vbaInet was replying to me. Thanks, mr Bob.
  2. R

    How to fill gaps in between two dates while creating reports?

    Ha! ha! ha! I will still be alive and guiding my grandchildren to contact this forum, where people like you will be of immense help. As regards your solution, I tried to create the table containing dates till 2035 and suceeded. I am still working on getting the desired result and will let you...
  3. R

    How to fill gaps in between two dates while creating reports?

    In the example attached, the dates between 3/1/2012 and 8/1/2012 are not filled as there was no work carried out and similarly between 8/1/2012 and 12/1/2012 and between 13/1/2012 and 25/1/2012 etc. As may be seen for yourself. The data operator would fill in the form only when there is any...
  4. R

    How to fill gaps in between two dates while creating reports?

    What I mean to say is as follows: I have linked some fields of a table to a form. While the user feeds the form, the data is stored to the table. By clicking a command button, a report is to be generarated. One of the fields contains date wherein only when there is a transaction the date is...
  5. R

    How to fill gaps in between two dates while creating reports?

    These empty rows should contain the dates "consecutively dated" such as 2/1/2012 3/1/2012 4/1/2012 5/1/2012 ----- ----- ------ 26/1/2012 in the report. Just as, for example, running sum is added in the Sl./No. field. Thank U
  6. R

    How to fill gaps in between two dates while creating reports?

    On generating the report, the date field should be filled consecutively, even if there is a gap between two dates in the date field of a table, which is linked to a form. The person who feeds the data, does not fill the date when there is nothing to feed in on a particular date. Only those...
  7. R

    How to fill gaps in between two dates while creating reports?

    I request the experts to solve my problem in creating a report. In a Date field, there are gaps in between two dates. But, I want the report to be sequentially dated even if the date field in the table contains no value or remains null and other fields are null as well. When I create the...
  8. R

    create a password protected form with VB

    THIS WITH REFERENCE TO Mr. Banana's suggestion given in reply to a question as to how to create a "Password change form" in this forum. (ref. dt. 16/9/2008). as suggested by Mr.JackBauer Post dt. 16-Sep-2008) I created a form and tried to generate a unique key as instructed in the coding...
  9. R

    create a password protected form with VB

    Re: create a password protected form with VB thanks for providing the link in reply to my question. but, i must admit that,being a novice to vba, the article, which does not contain any code , is too complicated for me to understand. Your help in resovling this problem, while running the command...
  10. R

    create a password protected form with VB

    thanks for providing the link in reply to my question. but, i must admit that,being a novice to vba, the article, which does not contain any code , is too complicated for me to understand. Your help in resovling this problem, while running the command button in the frmPassword enclosed herewith...
  11. R

    create a password protected form with VB

    can you please explain in a step by step method as it would be helpful to understand the tips and trick by novices like me?
  12. R

    create a password protected form with VB

    Sorry, I can't find the link. Can you please hypelink the location.
Back
Top Bottom