Search results

  1. R

    Search function returning zero results on 2nd use

    Item: Access app front end for an SQL database (production tracking/job logging utility) Problem: The app has a main search page that allows job entries to be located and opened by varies criteria (job#, job name, etc). I can currently run multiple searches on different criteria successfully...
  2. R

    How to clean out multiple tables with one Query?

    Is their a way to edit the following query so that it will delete from more than one table? DELETE FROM tblSample Or do I need to write a seperate query for each table I want to delete?
Back
Top Bottom