Special Control Needed

B

BruceS

Hi, all!

I'm trying to develop a form for Access 2003 that will allow the user to
"connect" unreleated items in two different lists. I'd like to show
connecting lines between the items in the two lists as they are "joined" by
the user. What I envision is something similar to the upper window of the
Query design view or in the Relationship window, where you drag between two
tables to relate the fields.

I've done this in the past with two list boxes (You select one item on each
side and click a button to join the items.), but it doesn't have the lines
showing which items are already connected.

Has anyone ever seen a control like this with the lines? I think it would
be a nice improvement for the app.

Thanks,
Bruce
 
D

David H

Trying Googling 'Access ActiveX Controls' and variants. While there might be
something like that out there, I wouldn't get my hopes up.
 
M

[MVP]

Hi, all!

I'm trying to develop a form for Access 2003 that will allow the user to
"connect" unreleated items in two different lists.  I'd like to show
connecting lines between the items in the two lists as they are "joined" by
the user.  What I envision is something similar to the upper window of the
Query design view or in the Relationship window, where you drag between two
tables to relate the fields.

I've done this in the past with two list boxes (You select one item on each
side and click a button to join the items.), but it doesn't have the lines
showing which items are already connected.

Has anyone ever seen a control like this with the lines?  I think it would
be a nice improvement for the app.

Thanks,
Bruce

Hi,

What have I done in the past is import form for Excel/Access where
user connect database fields with import file fields. Here is a screen
capture:

http://www.praktikum.rs/mihaljev/images/sms.ht11.jpg

This is possible to do, but behind is a huge code and is adopted for
this particular database (blame me). This is just to give you an idea
how you can do it, as it easier to read field names from the list
bellow when code actually import data. It just loops, read database
field name and import file field name and build append record. That
may give you an idea.

Regards,
Branislav Mihaljev
Microsoft Access MVP
 

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

Similar Threads

Filter in Reports 3
Drop-down list and error message 1
Access Cannot select items in listbox 1
Special control 5
Question on Control Toolbox 3
Tabs in powerpoint 1
Strange Relations 8
Treeview Multiselect 6

Top