Search results

  1. D

    Lookup values and write in a Table

    Hi, I need to create a form with a text box and a command button; in the text box i will enter a value and when i click the button, i need it to lookup the value i write in a query and write it to a specified table's 1st column (has a column name) while also writing the other values in...
  2. D

    Append multiple tables

    Hello all, I am importing .xls files "CVA*.xls" to seperate tables. 1 table for each file. what i need is a code that appends all these tables with names begining with CVA* to one master table. can anyone help? thanks!
  3. D

    Import .txt files & create date field

    Hello everyone, I have a problem with importing text files with an existing specification. My specification works well if i import a file manually, but i also use a code to import multiple files (.txt) with a criteria which is to be found in below code. The code i acquired is importing the...
Back
Top Bottom