Search results

  1. R

    How to export a table definition into Excel

    I have tried that. It's long and overwhelming for the user. Plus it doesn't give me the field description. It's output looks like: blnActive AllowZeroLength: False Attributes: Fixed Size CollatingOrder: General ColumnHidden: False ColumnOrder: Default ColumnWidth: Default...
  2. R

    How to export a table definition into Excel

    I would like to grab, at the very least, the Field Name, Data Type and Description of each field in a table. I tried clicking on the upper, left-hand corner of the grid and then copying but when I went to Excel to paste it, it wasn't in the clipboard. I have a myriad of tables and need to...
  3. R

    How do you run a function AFTER a filter has been applied?

    The Filter event is called when the initial filter is pressed (e.g. Filter By Form or Filter By Selection). I use to set focus to the most commonly filtered field. I used georgedwilkinson's timer idea although I'm not completely comfortable with it because it's a guess .... in that I assume...
  4. R

    How do you run a function AFTER a filter has been applied?

    Thanks for the suggestion. The "On Apply Filter" event is the Apply Filter event mentioned above. It is run before the filter is applied.
  5. R

    How do you run a function AFTER a filter has been applied?

    How do you run a function AFTER a filter has been applied? The Apply Filter event off the form is run before the filter is applied. I need a way to run code after the filter is applied. Any ideas? ... while I'm asking ... how do you run a function after a filter has been removed?
Top Bottom