Open Detail Form

  • Thread starter Thread starter phenderson
  • Start date Start date
P

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!
 
This is done by using a dataset. I would read some tutorials on datasets and
Master/Detial forms.
 
Back
Top