View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Yannick Smits Yannick Smits is offline
external usenet poster
 
Posts: 1
Default page through records in detailsview

I'm trying to build a report in excel which shows invoice details. The
invoicedata comes from a sql server db which I have linked in a separate
worksheet and now looks like a table in Excel. How can I have the invoice
detail sheet show the details from the linked table and have controls that
allow to select the details for different clients (by browsing next/previous
or by looking up a name)?

Can't seem to link an active record to the details view.

i'm pretty new to this stuff.. so pointers on where to search would already
be very helpful. I have a .NET C# background.