Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nancylynn

    How do I reset the value of a field in a query after it is run

    Now I get nothing when I export. I want it to export all of the fields of the modified record in the table. I have this for the On Click of "modified" field: Private Sub Modified_Click() Me.Modified = "Null" End Sub Now nothing exports. Thanks so much for taking the time to...
  2. nancylynn

    How do I reset the value of a field in a query after it is run

    HI James, Thanks for the help. How do I manually reset each control??? I only have one and it's called "Modified". Please help.
  3. nancylynn

    How do I reset the value of a field in a query after it is run

    How do I reset the value of a field? I am using TransferText and after it exports, I want the value of a field to be reset (yes/no). I need it to go back to no for all records.
  4. nancylynn

    when using TransferText, I have problems with the name of the file

    I am exporting data from a table when a certain form is closed. When exporting the data, I need the filename to be a specified format. For example, the filename has to start with a "T" and then include the day of the month followed by the time in military format. For example...
  5. nancylynn

    Problems formatting text file generated from using OutputTo Method

    Thanks! That works great. Now I need to get rid of the space between quotes (from null values). I need the exported data to look like this: "33338","doe","nancy","","2" instead of this: "3338","doe","nancy",&quot...
  6. nancylynn

    Problems formatting text file generated from using OutputTo Method

    Using Access 2000- I am using the OutputTo method on a form, but when it exports the data, the data is formatted with all these borders around each piece of data. All I need is a comma delimited text file to be exported, without including the field names. Only the data in the recordset. Here is...
  7. nancylynn

    Export a table to a text file when records are modified/added

    I have a table and I need to write code that exports the data as a comma delimited text file only when new records are added to it or records are modified. Any suggestions?

Part and Inventory Search

Back
Top