Search results

  1. Descecrator

    Check textbox value in table

    Hi People, I have a form where the user can add records to the database. But when a textbox is filled, I tried the BeforeUpdate, but it doesn't work with the dLookUp. The "Tpon" is a string that has to be unique for every record in the table "Tekst". The code: Private Sub...
  2. Descecrator

    Formloop with FileCopy?

    I've got a problem. The database-user can search through the database and the results are displayed in a subform. There's a button attachted to that subform and when that button is pressed, the files, which are linked to the found records and saved outside the database, have to be copied to an...
  3. Descecrator

    Looping throughform and do FileCopy?

    I've got a problem. The database-user can search through the database and the results are displayed in a subform. There's a button attachted to that subform and when that button is pressed, the files, which are linked to the found records and saved outside the database, have to be copied to an...
  4. Descecrator

    Saving Excel-object as Excel-File?

    Dear people, I'm working on a form where the attributes for a workbook can be given in and the workbook kan be copied inside an OLEBound-object. Now, when the save button is pressed, the workbook has to be saved as an excelfile. I've got the following code, but it doesn't work. Can anybody help...
  5. Descecrator

    Save ExcelObject?

    Dear people, On my form there's an OLEBound object and it's converted to an excel worksheet. I want to copy from an existing excel-document into that object. That works, but now I'd like te save the object as an excel-file. I've got the following code: Private Sub Command60_Click() On Error...
  6. Descecrator

    Searching for keywords in Word-documents

    Hello people, I'm working on a library for texts for a sales. I'v got a form with results from a table. All the records are linked with a word document that's located in the same directory as the dbase. I'd like to search in the texts (for a user specified keyword) of the word-documents that...
  7. Descecrator

    Working with Files

    Dear friends, I'm working on a dbase now that categories files used for sales. The dbase has 2 functions: searching the texts and saving/editing the texts. I'm not a (Hollywood) star in VBA and a need to build in the search function an option where the user can search in the found documents :(...
Back
Top Bottom