Search results

  1. M

    Displaying results of query in form text boxs

    OK so here's this situation: I have a Inventory DB and i want to integrate scanning. So far i have a table called StockInfo, this table holds information about bar codes (device type, make, model). I have a form called Scan_Barcode, on this form I want to be able to scan a bar code into a text...
  2. M

    Newb Needs Help with intergrating scanner in to inventory DB

    I have scanner (Unitech MS335-1G) and my end goal is to scan a product number bar code on a box into a field on a form. Then from what is scanned into the box run a query on another table that has all the info on the product. Then populate other fields on the form. Is this possible? I'm very new...
  3. M

    Query not returning certain data....

    Scenario: I have 2 tables, one called Location and the other called PC Inventory. They both have columns called sites. The query is set to search both tables by site name and return the PC's at that site that match the search criteria. The search form has a drop down menu with all the site...
  4. M

    Help with code..

    So i have this code from a co-worker that i need help with. First i will start by telling you a little about the DB. It is a Inventory DB. I have it split with a BE and FE residing on a network share and copy of the FE stored on the users My Documents. There is smaller Database called Update...
  5. M

    Printing query results

    I have a form that is set to display the results of a query into a subform... How can I get those results to a printer using a button. I don't need it to print the form just all the results that are in the subform.:banghead:
  6. M

    Displaying results from Query in subform

    So i have a combo box that has a criteria set for the query. I have a search button that runs the query that users click. What i need to happened is i want the results displayed in the sub form the when query is ran.
  7. M

    HELP!! Creating queries to pull info from multiple tables

    I have DB used for inventory for many different categories. I have a table and form for the following: Location, Printers, Pc's and many more. What i am trying to accomplish is to have a advanced search form that will display how many pc's and there makes and model from selecting the location...
Back
Top Bottom