Search results

  1. A

    database structure/change advice

    I am working on a project where I have 2 warehouses, each with it's own inventory and am trying to create a way to compare the inventory in each. When I get an order, I would like to know if I have the items on hand and which warehouse houses my goods. At this time I have my small database...
  2. A

    query over my head (order vs in stock inventory)

    I have 2 tables. OrderInfo and Inventory. I created a one to many relationship with Order ID being the linking field. In OrderInfo, I can have up to 6 distinct items being ordered but some fields will always remain the same. Example: 20 | Cotton | White (will be the same) and then T-shits |...
  3. A

    Import confirmation / status message box?

    OK, so I figured out how to import my data and now I'd like to display a message box with either success or failure message. How would I be able to determine whether my import failed? Sorry for the begginer types of questions, still learning. - Code Kiddie
  4. A

    Semicolon (;) import specification behaving as fixed length

    I am very unfamiliar with VB and am dabbling in Access more as self-study and a hobby. I am attempting to import a semicolon delimited text file into an existing table using a comand button and saved import specifications. The file imports, but it acts as though my specs were fixed length not...
Back
Top Bottom