Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to solve this in Access forms with Visual basic SQL server connection?
    primarykey
    data
    text
    <p>I created a form that essentially show me the Orders from the familiar Northwind database, I´m using Microsoft SQL Server 2008, Microsoft Access 2007 with Visual basic (ADO), so I created the basic form, which pretty much looks like this:</p> <p><a href="http://www.flickr.com/photos/63259070@N06/7014481001/in/photostream/" rel="nofollow">http://www.flickr.com/photos/63259070@N06/7014481001/in/photostream/</a></p> <p>Granted it is in Spanish and I'm terrible sorry but hopefully that wont hamper your ability to help me out, So as you can see there is a big main form and then there is a little form consisting of four text bars which of course are attributes or columns in a database called order details So as you can see from this relation:</p> <p>flickr.com/photos/63259070@N06/6868373952/in/photostream/</p> <p>You have the table orders (Pedido) and the table order details (Detalle de pedidos), what I want to do is when I click the main >>, the products show accordingly to the Orders, hopefully this will make sense when im on a order and click the sub form with the four elements, it should only show me the products, price, quantity, product id, according to the Order ID in the main form when I click the >> or &lt;&lt; in the sub form....</p> <p>So to exemplify say I have an order ID of 001 and 001 ordered three products, salt, pepper, chicken ... it should only show me that in the sub form.. Hopefully you got this I hope.. please</p> <p>Here is my complete VB 6 code... again any help is well appreciated thanks...</p> <p><a href="https://docs.google.com/document/d/1bn71VqxzB1W55sHcKMstCSxnIbmP5cyYWkBVnF1tzVs/edit" rel="nofollow">https://docs.google.com/document/d/1bn71VqxzB1W55sHcKMstCSxnIbmP5cyYWkBVnF1tzVs/edit</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload