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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Controls via code

Status
Not open for further replies.

seche2001

Programmer
Jun 22, 2007
1
CA
Hi all,

I'm trying to build a report that will the be like a tree schematic:
supervisor
| |
user1 user2

and so on..

So i'm looking to create text boxes and align them accordingly, but i don't know how to create those via code.

I hope someone can help me

Thx

(sorry for my english, it's not my first language)
 
To create a control, the report must be opened in design view. There are limitations to doing this.

You might want to either have a bunch of hidden controls that you can move and make visible or use the Print and Line methods of the report.

There is a version of Visio that allows you to create organizational charts based on data records.

Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top