G
Guest
Hello Everyone,
I am trying to capture dependencies between a list of tables (could be one
to many). Users also need the ability to add a new table and specify which
tables this new one depends on.
To capture this information I have created one table with two fields. One
field will store the table, and the other field will store the table the
first field depends on. If it is a one to many relationship then I will just
have several records.
Now my problem is when I create a list box, and enable multi-select, the
records aren't being created. From what I have read, it seems the problem is
it is not possible to bind multi-select list boxes to a single field.
So does anyone have any ideas on how I can address the functionality I need?
Perhaps I need to change my table design...at this point I am really not sure
how to approach this problem.
Any help would be very much appreciated,
Thank you
I am trying to capture dependencies between a list of tables (could be one
to many). Users also need the ability to add a new table and specify which
tables this new one depends on.
To capture this information I have created one table with two fields. One
field will store the table, and the other field will store the table the
first field depends on. If it is a one to many relationship then I will just
have several records.
Now my problem is when I create a list box, and enable multi-select, the
records aren't being created. From what I have read, it seems the problem is
it is not possible to bind multi-select list boxes to a single field.
So does anyone have any ideas on how I can address the functionality I need?
Perhaps I need to change my table design...at this point I am really not sure
how to approach this problem.
Any help would be very much appreciated,
Thank you