Hi:
 
I have a many-many tables relationship.
 
T1 [
keyA
keyB
]
 
T2 [
keyA
keyC
datefield
datafield
]
 
 
T3 [
keyB
keyD
datafield
]
 
 
The common way to do this is with nestedForm and inserting first in T1, and later in T2 & T3 in "sync" way.
 
How I can insert directly into T2 & T3 in one insert action from the footer of T1 dbform tag ?
 
I can use a dbselect for KeyA in the footer of T1 dbform and is fine, but if I use a textField for KeyB a Jasper error is returned.
 
 
Any ideas will be highly appreciated.
 
 
TIA
LFung
 

Reply via email to