Consulting

Results 1 to 2 of 2

Thread: Recordsource problem

  1. #1

    Recordsource problem

    Hello,

    I have a form where I show a few records from my database based on a sql query in an overview :

    SQL = "SELECT and so on"
    Me.recordsource = SQL

    This works fine. The user can also search in these records shown. The search works fine too. Now my problem : In the search criteria the user can also search for deleted records (so these records aren't shown in the overview). And because these records aren't shown in the overview, he won't search for them either, he just searches for the records in the recordsource (so the ones visible in the overview).

    How can I solve this?

    Thanks in advance!

  2. #2
    Problem solved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •