Home All Groups Group Topic Archive Search About
Author
17 Oct 2006 8:32 PM
phenderson
Hi,

I'm just starting to learn VB.Net and am trying to open a filtered
recordset based on the value of the current primary key.  For example,
I'm using the Northwind and have an Employees form with an Orders
button on it.  As I'm scrolling through the Employees form, I want to
push the Orders button and have only the Orders with the current
EmployeeID show up on the  Orders form.  I'd like to take advantage of
typed datasets too.  Thanks!

Author
19 Oct 2006 5:39 AM
Maligui
This is done by using a dataset. I would read some tutorials on datasets and
Master/Detial forms.

--
Thiele Enterprises - The Power Is In Your Hands Now!
Show quoteHide quote
"phenderson" <paul.m.hender***@gmail.com> wrote in message
news:1161117158.811543.30330@i3g2000cwc.googlegroups.com...
> Hi,
>
> I'm just starting to learn VB.Net and am trying to open a filtered
> recordset based on the value of the current primary key.  For example,
> I'm using the Northwind and have an Employees form with an Orders
> button on it.  As I'm scrolling through the Employees form, I want to
> push the Orders button and have only the Orders with the current
> EmployeeID show up on the  Orders form.  I'd like to take advantage of
> typed datasets too.  Thanks!
>