Search results

  1. 4

    ComboBox Not Updating

    I have a form in a Database that has a combobox on it with two fields. When an item is selected it shows the first column in the combobox and then shows the second column in a textbox next to the combobox for the user to see. A button then runs a query based on the selections in the combobox...
  2. 4

    Automating Append Query via SQL and Scheduled Tasks

    I have a database that is importing information from txt files using an import macro tied to a scheduled task. This is working perfectly fine. However, what I then need to do is run an Append query to get some of that data that is imported into another table for export. The issue I am having...
  3. 4

    Running Report with date from Form removes form data

    Tearing my hair out with this one. I have a list box on a form with three fields. Two dates and a text field. The text field is always populated but the other two fields may or may not have data in them. There are three reports that run from these selections. Should also mention that this...
Top Bottom