This topic is locked

I need to choose a table from the dropdownlist

6/6/2007 6:25:07 PM
ASPRunnerPro General questions
I
igiacchi author

I have the necessity to qualify with a radio button or checkbox an activation of a dropdown list that in a case it approaches to one table and in the other to an other table:

For example:

I have the necessity to record in the same table the activities of carried out sale or purchase.

I would want with radiobutton or a checkbox to establish as a dropdownlist must work indicating that in the first case it must work using the table customers and in the supplying second the table.

It is possible ?

Many thanks in advance for your help

Ivano

F
funklet 6/10/2007

Ivano,
I can't understand what you are trying to do from what you have written...
If you can explain this differently I may be able to help.

I
igiacchi author 6/11/2007

I would like to have one dropdown list that can be work for two different tables.

For examples:

If I have checked the checkbox customer the dropdown list work on the customer table otherwise work using the suppliers table.
Thanks again for your help

Ivano

F
funklet 6/14/2007

Ivano,
This may be possible using the dependant dropdown feature. However, the implementation of this may not be possible without a creative workaround.
A suggestion is to create two parts of the project and get the user to choose which table in one section and redirect to the other section if they choose the other table.
I hope this is of help.
Kind regards