Search results

  1. F

    multi-select list box into a query, have code

    thanks for the update APR, But unfortunately . It is giving me an error at that line.. Again, just trying to use the run query button for a print. just as the report button works. error is compile error wrong number of arguments or invalid property assignment. attached is the zip file. I...
  2. F

    Help :(, how to store multiple selections from a listbox

    is there a way to append it to a query? or create a query? I was working with the baldy reprort one, which worked great. but trying to push data into a query. do you have that code selection by chance?
  3. F

    multi-select list box into a query, have code

    I am in need of some expertise.. I have the code for the report .. having difficulty pushing it into a query If possible can someone help me correct my code so it will then push it into the qryallemployees? Option Compare Database Option Explicit Private Sub cmdOpenReport_Click() On Error...
  4. F

    Query or Table

    I appreciate the help and support I was able to just a query. [purchase_order]+1 thats all I wanted to do. trying to think too much for a simple increment
  5. F

    Query or Table

    Hello all Not sure if this would be a query or table or whatnot. This is the breakdown. I have a PO ORDER no, with a auto number starting at 4000. That specific customer is ordering the following items item 1: 5eggs item 2: 6eggs I have the items set as auto number, and I need the po as...
  6. F

    Autopopulating Fields

    Hello JDRAW and PLOG Thank you again for your assistance. Due to a COMMUNICATION error from our co-workers we have resolved the problem. It is more or less a population table that I was after. After the table is populated, it should either print it to a query or a report. Hopefully that...
  7. F

    Autopopulating Fields

    We are trying to develop a database that contains a entire list of all items.. LOM A person will type into DB_1. This will contain items such as item no, qty, drawing no, description of the item. That will also go into the LOM, all items included. DB_2 will be Location, model no, materials...
  8. F

    Autopopulating Fields

    I understand what you are saying... why two of the same databases. I am creating about 4-7 different types of databases. They will populate into one database. 1 might contain information such has items another contain information such as location another might contain information such as qty...
  9. F

    Autopopulating Fields

    Im not really looking for a dropdown box or combo box. I want it to be updated without that. without user interaction
  10. F

    Autopopulating Fields

    Purpose is to copy data from one table to another. We will have the master list of materials and the material list that is always added to it. Materials will be added to material list It will propagate to the master list. I just am looking and have been trying and fumbling around with...
  11. F

    Autopopulating Fields

    in some of the other tables there will be additional information. IE Master list material list. items from material list will be imported into master list then what warehousing will be needing
  12. F

    Autopopulating Fields

    I have a relationship from one table to another. If one item is entered into one field, I would like it to auto-populate it into another field. But there are several more fields I would like to be autopopulated. EX Table_1 item no, hull no, description Table_2 item no, hull no, description...
Back
Top Bottom