Recent content by Happyz

  1. H

    How to import multiple excel worksheet into access

    Hi all, I would like to import multiple excel worksheet in one excel file into my access database, how can i do that? Below is my code for importing excel file: Private Sub cmdImport_Click() Dim filepath As String Dim user As String user = Environ("username") filepath =...
  2. H

    Error when importing excel

    Thank you!
  3. H

    Error when importing excel

    Thank you, I tried re-enter the dates and it works perfectly now!
  4. H

    Error when importing excel

    I formatted the excel file but still cannot work
  5. H

    Error when importing excel

    I have tried saving, but it giving me error" Potential loss of data, save it as excel"
  6. H

    Error when importing excel

    I have tried changing the format, and it still wont work.
  7. H

    Error when importing excel

    Hi, I have attached my database
  8. H

    Error when importing excel

    I changed the file format to date in excel and try convert it but it still does not work. I realize that, the excel file i import into access does not import the date range 13-31. For example for September date, the date shows from 01/09/17 - 12/09/17. the cell for the date is left blank from...
  9. H

    Error when importing excel

    The import error show type conversion error
  10. H

    Error when importing excel

    Hi all, I faced this error when i import my excel file into access by using VBA Code. As you can see in the image i attached below, it shows that when i import excel file into access, some of my date are blank which is not the case in my excel file where all the date are fill up. How can i fix...
  11. H

    How to have value fill in the form without clicking on the textbox

    Hi Arnelgp, Thanks for your help. I appreciate it a lot. However, there is another error message that came out after amending the codes you've written. I have attached the error above. Hope you could clarify it with me. Thank you:)
  12. H

    How to have value fill in the form without clicking on the textbox

    Hi, I thank you for your help, but i do not really understand your reply. It would be great if you could give me a clearer explanation! Thank you once again:)
  13. H

    How to have value fill in the form without clicking on the textbox

    Hi, for the branch fill, the fill is always oversea, even before i select any data. my plan is to have all the fills empty, and then when i edit a line of data, all the data will then be added in to the respective fills. for now, all of the branches are oversea. the right condition for the...
  14. H

    How to have value fill in the form without clicking on the textbox

    Hello all, I would like the form to auto populate my result in the textbox without me having to click on it to display the textbox. How can i do that? By the way, I am currently using unbound form. What i am currently doing now is that i write a VBA code to help me differentiate if this is...
  15. H

    Syntax Error in insert statement

    Hi Arnelgp, the codes you've send me can be used now. Thank you so much for your help. Really appreciate it. :)
Top Bottom