C
cp2599
I want to have the values in a combo box on one tab to reflect the
values entered on a different tab both for the same application. I
can't seem to get the WHERE clause to reflect the current
application. Using the sample tables below, one of the tabs will
populate the Proxy Table and the other tab will populate the Work
Table. On the Work tab, I want a ProxyName dropdown that will display
all of the ProxyNames in the Proxy Table for the current application.
Is this possible?
Application Table
ApplID (key)
Proxy Table - mult entries per Application
ProxyID (key)
ApplID (foreign key)
ProxyName
WorkTable - mult entries per Application
WorkID (key)
ApplID (foreign key)
ProxyName (foreignkey)
WorkHours
values entered on a different tab both for the same application. I
can't seem to get the WHERE clause to reflect the current
application. Using the sample tables below, one of the tabs will
populate the Proxy Table and the other tab will populate the Work
Table. On the Work tab, I want a ProxyName dropdown that will display
all of the ProxyNames in the Proxy Table for the current application.
Is this possible?
Application Table
ApplID (key)
Proxy Table - mult entries per Application
ProxyID (key)
ApplID (foreign key)
ProxyName
WorkTable - mult entries per Application
WorkID (key)
ApplID (foreign key)
ProxyName (foreignkey)
WorkHours