Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replicating Access Reports in asp?

Status
Not open for further replies.

harrysdad

Programmer
May 30, 2002
53
GB
Hi,

I am doing a "Phone Directory" for an intranet. I only want 10-12 records t oappear on any page, but ideally I would like to give users the option to print out a hard copy of the whole directory in a similar way to access reports - grouped by site, department, etc.

Any ideas on how I would go about this?

regards,

Tony
 
u need a search that can retrieve a subset of records and then output the results into a table.

i should think that having a phone directory on an intranet should replace any need for a hard copy. and thus wouldnt included that option.

i have a mini phone book application on my intranet. it doesnt show any records until
you do a search on either name, staffcode or department, and it does partials.

i can send u my code if u like and u leave an email address.

===============
Security Forums
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top