Search results

  1. B

    Exporting tables from different DBs

    I am having trouble finding code to make this work. I need to export a table from one backend database to another backend database in code. The code needs to be run from the front end database. If I use the DoCmd.transferdatabase It transfers the link table deffinitions not the backend table...
  2. B

    Export Parameter Query to Text

    I have a query that I need to export to a .txt file. The query uses three fields from a form to identify which records to export. When I try to export the query to the .txt file I get a "Too few parameters. Expected 3". I know this is a result of the information from the form, when I hard...
  3. B

    Selecting Multiple Records then Changing Data

    I have a contionus form bound to a select query for a table. In the table I have a Yes/No field. I want to be able to select a range of records in the form, then update the YES/no field to yes for the selected records. A similar effect as highlighting 5 records then hiting the delete key. I...
Top Bottom