Search results

  1. A

    Vba Function to use in queries

    How do you suggest me to send one by one value? should i use an Array to store each line and send each one to a new table?
  2. A

    Vba Function to use in queries

    Hi, first of all i want to thank you both for your quick answers. Well, in the query that i have to create, she will return the column id of every single row that has a code that not exists in the other table. It has to search, code by code. Every single cell(Bridge.Prod_Pack_Code_CIH_OLD), of...
  3. A

    Vba Function to use in queries

    Hi, I need some help. I have a table called "Bridge" in which i have several columns. One of those columns is called "Prod_Pack_Code_CIH_OLD" that has one or more codes. For instance, one cell may be empty or it can have one code (p.e. 123456789) or can have several codes, separeted with ";"...
Back
Top Bottom