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 Wanet Telecoms Ltd 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. innovative1234

    Exporting Data to Excel

    Hi, I am trying to perform export of a table in Access Database to a xls spreasheet. For this I am using the command: DoCmd.TransferSpreadsheet acExport, 8, "Report", Me!txtExportFileName, True However I get a tick (') in the all the data exported. This happens for the fields which are of of...
  2. innovative1234

    Getting a ' (tick) while exporting text field data to xls

    Hi, I am trying to perform export of a table in Access Database to a xls spreasheet. For this I am using the command: DoCmd.TransferSpreadsheet acExport, 8, "Report", Me!txtExportFileName, True However I get a tick (') in the all the data exported. This happens for the fields which are of of...
  3. innovative1234

    Microsoft Access can't change Data Type

    Hi, I am trying to change the Data Type from Text to Number- Double for a particular column in the Access Database. This Table contains thousands of records. While doing so I get the following Message: Microsoft Access can't change the data type. There isn't enough disk space or memory...
  4. innovative1234

    Specification file in VBA for Access

    Hi, I am new to VBA for Access. I am trying to locate the specification file "ABC" provided in the following statement of VBA code. DoCmd.TransferText acImportFixed, "ABC", "tblTextABC", filename Can someone please tell me in what ways the specification files are created? Thanks - Amit
  5. innovative1234

    ASP Error Code: '80046465'

    Hi, I am getting an error in ASP with error code: '80046465'. Any pointers on what this error code corresponds to? Thanks! - Amit
  6. innovative1234

    MOSY MIB Compiler

    Hi, Can anyone tell me where can I find the Mosy MIB Compiler. I guess it is a freeware SNMP MIB Compiler. Thanks, Amit

Part and Inventory Search

Back
Top