Search results

  1. onur_can

    Help with tables.

    Working only with the t2_ChiTetHopDong table. I saw that 2 tables are not the same, definitely repeat and the structure of the tables to which you will transfer the data should be one-to-one. Otherwise, you cannot. After providing this, you can run SQL. INSERT INTO tb2_ChiTietHopDong ( SoHD...
  2. onur_can

    What are the best resources (sites, books, or tutorials) for learning programming?

    If you want a book source, I can recommend 2 books to you. 1st inside-out Access 2007 2nd inside out Access 2010 and others John L. Viescas I would recommend Alison Balter's Access desktop application development book, which I see as another very valuable book and which I still look at from time...
  3. onur_can

    Suggest a movie to watch

    I propose you a very good movie. If you haven't, I highly recommend watching it. The Land of Dreams, which the viewers and critics of this film mentioned as very valuable in this field, is a must-watch movie for anyone who believes that dreams and dreams can come true. Field Of Dreams - 1990...
  4. onur_can

    Levels of User Access

    I agree with mr bob fitz. First of all, tables and relationships are very important, then you can spend time with forms.
  5. onur_can

    Viewing one record at a time

    Hello there The simplest way to do this is to replace the record source of your report with a query that covers all fields in your table. This is to write [Enter ID] in the ID field criteria part of the query. In this way, when the report is opened, a parameter screen will appear that allows you...
  6. onur_can

    My time field has extra zeros

    Friends, I explained the solution to the problem with images. I think this is the solution. I think there will be no problem if the Lkwdmntr friend applies this solution.
  7. onur_can

    My time field has extra zeros

    There is an error in your spelling. It should be "nn" instead of "mm". Also, there should not be any spaces between AM / PM expressions.
  8. onur_can

    Solved View a PDF in a form

    You don't need a browser to preview files on Windows anyway. The Preview pane in the File menu panes tab is enough.
  9. onur_can

    Solved View a PDF in a form

    If you want a simple example, you can look at the link below. Viewing the PDF file through the Access form.
  10. onur_can

    Video Tutorials

    boblarson your link is broken.
  11. onur_can

    Font style changing to Arial after closing and opening of Access File

    So the problem was in using different themes, as I mentioned.
  12. onur_can

    Font style changing to Arial after closing and opening of Access File

    An idea came to my mind. Are you using a theme? It may be affected if you use it. As a solution, you can do as follows: Create a new empty database and transfer all the objects in your old application to this new database, so Fonts and colors will revert to default.
  13. onur_can

    Hello there!

    Hello welcome.
  14. onur_can

    Combo Box

    If I'm not mistaken, you want to transfer the fields of the query in the combo box separately into the text box, in this case; Me.Text1 = Me.cmbSample.Column (0) Me.Text2 = Me.cmbSample.Column (1) Me.text3 = Me.cmbSample.Column (2)
  15. onur_can

    Option Group Problem

    There is a situation that prevents you from selecting in the option group, there may be a crash or conflict, the alternative group is active, etc. you need to examine your application.
  16. onur_can

    Font style changing to Arial after closing and opening of Access File

    If you are sure there is no code to change this, perform an online repair of your Office program from the Control Panel.
  17. onur_can

    Solved Listbox Vertical Slider issues

    By the way, I can't be comfortable without saying this, Mr. MickJav. Your form design is great. I really like.
  18. onur_can

    Solved Listbox Vertical Slider issues

    You have to increase the time column a bit, so arrange the list width accordingly.
  19. onur_can

    Controlling Unauthorized Distribution of Database

    Hello, accde publishing file blocking does not prevent it, only the code of the database, form and report design. You distribute the file format when deploying the application already. You will not be prompted for unauthorized use, or you need to investigate e-mail activation, or get the HDD...
  20. onur_can

    Mask SSN data in query output

    No need to work hard, the simplest is to use the input mask and save it to the table as an input mask. If this happens, the report outputs will appear exactly as entered.
Back
Top Bottom