Search results

  1. D

    Exit without saving

    I am trying to give a warning message like in microsoft word. When the user made some change in the form, and then unload the form, I will give the user a message: exit and saved the changes, exit without saving, or cancel. Apparently, the exit without saving never works out. Here is my code...
  2. D

    Please someone HELP ME...

    My guess is that you created a form that corresponds to many tables, but the other tables are not related with this form in subform mode. Thus, what happens is that your other table's primary keys now contain Null value. And when you didn't complete inputting the form, the result is that those...
  3. D

    Read Only Form (Problem)

    I still got the same problem. My opened from is still editable. Do you think the problem is related with the form, not with the visual basic? Below is the lines of codes that I used to open the form: Private Sub Troubleshoot2_Click() DoCmd.OpenForm "Projects", , , "[Projects_ProjectID] = "...
  4. D

    Read Only Form (Problem)

    I created a button that opens a form with a specific data in a 'read-only form'. The first one is using macro, and the other one is using visual basic. The problem is that that button opens the right form with the right data (based on the linkcriteria), but the format of the opened form is still...
  5. D

    look up today's date?

    Hi, Is there anyway to retrieve the value of today's date? Dedi
  6. D

    limiting pull down list menu

    Thank so much for your help. It sure solves my problem. Dedi
  7. D

    limiting pull down list menu

    I need help, I am new with Access. I have two pull down list (combo box list), the second pull down list is filtered by the first combo box input. In this case, the first pull down list is "Problems" and the second pull down list is "Sub-Problems". It works only for the first record. When I go...
Back
Top Bottom