Search results

  1. B

    Access built-in filter in continuous form

    Hi! I'm having problem with filtering in continuous form. I'm using only default (built-in) Access filter option and in Continuous form view there is no "triangle" option on the right side of the labels like in Datasheet view. Is there a simple way how to add that option? Thanks in advanced!
  2. B

    Docmd.openform Problem

    Hello to everyone, hope that someone can help me to find a solution for my problem. I have simple database with one table (TaskID, Task name) and two forms. In first form (Task1) I add on load event code: Private Sub Form_Load() Form.RecordSource = "SELECT Tasks.* FROM Tasks;" End Sub...
Back
Top Bottom