Search results

  1. onur_can

    Print a reports using a combo box choice on a form

    I also agree with Pat Hartman. I never like to try this solution suggestions. You must give precise instructions. The solution to this problem looks like this.
  2. onur_can

    Basic question re table structure

    Since each ratio is different, it would be pointless to deduct the repeated dates. Then it will be incomplete in your query result. You can adapt the same information you have provided in your excel example above to the access table.
  3. onur_can

    Exporting to Excel

    Thank you. isladogs for the information. I updated my message.
  4. onur_can

    Exporting to Excel

    First, make your formatting in the excel table you use as a template and save it, then transfer your data to this excel template file. You can go the shortest way this way. (Excele Data Transfer from Access)
  5. onur_can

    Tabbed documents

    I also don't like tabbed documents or forms. I change this option to overlapping forms with every application I do. I believe this gives users more flexibility.
  6. onur_can

    Query left join

    Then your Table2 should be the one on the left. In this case, you must add Year to Table1 and create 1 to many relations in between.
  7. onur_can

    I cannot open my access

    Check your tables in your current application, open them with the old version and convert your large number data type fields in all your tables to number type. After doing this, your application should be opened.
  8. onur_can

    Error message out of the blue

    In which access version does your application run regularly, in which version do you get an error message? It probably works in the old version, if not in the new version, it may be due to differences in data types. It is necessary to examine and analyze DB.
  9. onur_can

    Report only displaying 4 records

    Records are missing due to placing your fields in Header instead of Detail.
  10. onur_can

    Solved Help with syntax error

    VALUES ) Do you think the red brackets are correct? Minty seems to have fixed this issue.
  11. onur_can

    Solved VBA Font: 1 & l

    VBA's default Font is Courier New. But this font also differs from 1 to l. but it looks the same. It looks obviously different if you set the Font to Arial if you want.
  12. onur_can

    Need Customized Msg For Error

    Have you created msgbox under the error handler?
  13. onur_can

    Why Combo box default value returns 0 in form

    Yes, I also know that the design is not good. But the user does not want us to examine the design, he just talks about a negativity in his form. He wants the solution to this point. If it were up to me, I wouldn't design it that way.
  14. onur_can

    Why Combo box default value returns 0 in form

    I made an example of 2 fields on your form and you can apply it to others. It is due to your painting design being wrong. I created a table where you can use yes / no fields and linked it to the relevant fields. The number of options is not limited to Yes / No, you can add another option to this...
  15. onur_can

    Why Combo box default value returns 0 in form

    I deleted the file I was working on. But after I download and edit it again, I will add it here.
  16. onur_can

    Why Combo box default value returns 0 in form

    I tried it on your vt. and I got a positive result. As you said, -1 and 0's came out. Yes or No fields appeared when I opened it later from the form.
  17. onur_can

    Why Combo box default value returns 0 in form

    It caught my attention now! You have defined your Yes / No fields as Short Text for Why. Shouldn't you define it as Yes / No? Change the data type of yes / no fields in your table from short text to Yes / No and recreate your form, the problem will be fixed.
  18. onur_can

    Why Combo box default value returns 0 in form

    I tried it does not show any problem but Would you try by setting the Show only row source values value to Yes.
  19. onur_can

    Is Access the right solution?

    Currently, there is no mobile support for microsoft access, so if you will have access, you will need to work on Web access, otherwise turn to similar programs that support apk.
  20. onur_can

    Solved Can not find object '|1'

    I agree with The_Doc_Man. Gives this error due to inaccuracies in domain names.
Back
Top Bottom