Search results

  1. C

    Copying record found from a search form's results to another form

    Forgive me if this question isn't detailed enough, but here's my problem: I have a Main Form (frmBundles) with a Subform(frmBundleDetails). This form allows the user to build a list of products together in the Subform (using combo boxes in continuous forms view) and give this group a name with a...
  2. C

    Building a subform list of records from search results

    I want to find a way to do the following in my database. Similarly to building an invoice of items sold to a new customer as in the Northwinds mdb, I have a main form with subform whereby the user will build a list of records/items in the subform to make a group of items with quantities and...
  3. C

    Question Selecting records to create a group which builds new table of data

    I currently have a database with tables similar to the Northwind database whereby I have a Suppliers table and a Products table. I also want to build a Bundles table that bundles groups of products to show a total cost for each bundle. I am planning on breaking the Bundles table into two...
  4. C

    Button click opens Internet Explorer to website value listed for specific record

    I have a Suppliers table that has a field for the supplier's website link or web address. I have both a hyperlink datatype field and a text datatype field for the supplier's web address. I have designed a form with an unbound combo box that allows me to select a specific supplier. One of the...
  5. C

    Open Form from On Click event to add new record

    Forgive me if this isn't detailed enough but I have a Suppliers form (Suppliers) in MS Access 2000 with an unbound combo box (SupplierNameCbo) that allows the user to select a supplier name. When a selection is made, several text boxes on the form get filled in with the related table data using...
Back
Top Bottom