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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top