Search results

  1. T

    Export to CSV File with table headers

    Currently I am using the following code to export to a .csv file, however, the table headers do not come across: DoCmd.TransferText acExportDelim, , "QueryName", "test.csv" I can use the following code to export into a .xls file and the table headers come across. The only problem is that I...
  2. T

    Sorting Data

    I've thought about array's and recordsets, but was wondering if there is an easier way. I have table like this: Name Address Bob 123 Main Street Jane 89654 Elm Street Bob 3547 Island...
  3. T

    Find Record in Form without Filtering

    I would like to be able to click on a button from one form(Property) and open up a record in another form(Owner) where it ID is equal, and not using a filter. The Access wizard, open form with specific records feature only opens the records that equal that particular ID in a filter. I would...
  4. T

    You can't assign value to this object

    I have searched the forum for this problem, and the related issues have not helped. The below code is rather simple, but access will not allow me to insert the Property_ID into the form. Error: You can't assign value to this object. Any helpful advice would be much appreciated. Thanks...
  5. T

    Undefined Function 'xx' in Expression

    This is a common problem that has alot of help docs out there but none seem to apply. I have coded a small function in VB and this function works within Access 2000 (in queries, reports, and Data Access Pages). But when I try to pull the Data Access Page up in Internet Explorer 5.5, It tries to...
Top Bottom