Search results

  1. A

    Disable close button of forms and application

    Hi, I want the user to click on the button - btnClose to close the application instead of the user closing the forms or application via the X button. Is there any ways to disable the close button on the top right hand of the forms and on the top right hand of the access application?
  2. A

    Need help in debug compile error please

    Hi, I am trying to insert a new row of data into the table UserTable if the UserLogin is not found in the table. When i run the coding, an error appear. Compile error: Expected Expression. May i ask how do i solve this problem? Following is my coding: If isnull ( select [UserLogin] from...
  3. A

    Transfer info from textbox in main form to textbox in subform

    I have 2 forms namely PrecedencePage and OverviewPage. I have 1 textbox named txt_fine and 1 button named btn_view in PrecedencePage. I have a textbox name txtView in OverviewPage. The idea is for the txtview in OverviewPage to see what user had key in previously in PrecedencePage's txt_fine.*...
  4. A

    Change the textbox visible to true via main form

    Hi, I have 2 forms namely form1,form2. I have an label named lblerror, a textbox named txtsearch and a button named btn_next in form1. lblerror default visible is false I have 2 textbox name txt1 and txt2. and a button named btn return. Both txt1 and txt2 default visible is false. If user...
  5. A

    Need help please

    I have a table namely tempDB. The table have col namely [PriceOfToy],[dateOfPurchase]. User will key in the price of toy and date of purchase. How do I retrieve the all datas from tempDB and check if there is a same dateOfPurchase. If there is a same dateOfPurchase, then the PriceOfToy will be...
  6. A

    Counting the number of days in a month

    I have a textbox by the name txt_date. The user will key in the date. The program is supposed to count the total number of days in the month which the user had key in. May i know what is the coding to do the counting? Example 1: user keyed in 5/2/2020. The program supposed to display day in...
  7. A

    Result listed in textbox is different from the item shown in the drop down list

    Please help me with the following problem on miscosoft access I have a drop down list named ddl_fine with the option <$2000, $2000 but <$5000. I m using a query to populate my ddl_fine When I use a textbox to display what i had chose, it display a single number. Example: I selected <$2000. I...
Top Bottom