Search results

  1. D

    Problem with hiding control/setfocus

    I've got a form, let's call it mainform. On mainform is subform1, on which is subform2, on which is subform3. Having inputted data on subform3 I want to click on a command button "hide_button" on subform1 which will hide subform3. I thought initially that clicking on hide_button would also set...
  2. D

    SQL help - Query output as CSV

    Hi, I have a select query that selects certain customer email addresses and I want to output the results as csv, which can be used directly in a "To:" field to create a group email. The SQL of my query is: SELECT [Customer Details].[Email Address] FROM [Customer Details] INNER JOIN [Orders]...
  3. D

    Form displays different data than the source query!

    My database has a linked table that looks at my email inbox. A lookup query takes the fields from, subject and body from this table, sorts the records (emails) alphabetically and then outputs 1 record (email) as I have set the Top Values property to 1. I also have 3 forms - one that displays...
  4. D

    Exporting data from Word to Access

    I have devised a Word form that will be sent out to 100s of people, completed and returned. I can currently export the data from Word to Access by going to OPTIONS and SAVE then checking the "Save data only for forms" box and then saving the file as a txt file. This txt file is a linked table...
  5. D

    Visual Basic problem

    I have a form that filters certain records out of a table "Customer Details" in my database via the Y/N field Checked where the value is No. I want a command button on the form that will run a macro that will update the Checked value to Yes and then move to the next record (displaying it in the...
Top Bottom