J
JUAN
Hello,
hope I can get some help. I have a form based on a table
PROD_GROUPS so that I can add records to this table.
Not all fields get added to the table only some. Here's my
form:
FCODE3:FCODE3 (Controlsource
MAT_GROUP:MAT_GROUPS (Controlsourcr
FCODE2:FCODE2 (This is a combo box, that when user selects
from here, then it will fill the other text boxes. First I
made this an UNBOUND, and then I put controlsource FCODE2
TBOX1:=[Combo22].[Column](2) in controlsource
TBOX2:=[Combo22].[Column](3) in controlsource
TBOX3,TBOX4, etc.
The first three fields get added to my table but the
fields in the text boxed don't. So not sure if I'm doing
somethign wrong. I guess it has to do with the
controlsource.
Please advise any info. really appreciate it.
Thanks,
Juan
hope I can get some help. I have a form based on a table
PROD_GROUPS so that I can add records to this table.
Not all fields get added to the table only some. Here's my
form:
FCODE3:FCODE3 (Controlsource
MAT_GROUP:MAT_GROUPS (Controlsourcr
FCODE2:FCODE2 (This is a combo box, that when user selects
from here, then it will fill the other text boxes. First I
made this an UNBOUND, and then I put controlsource FCODE2
TBOX1:=[Combo22].[Column](2) in controlsource
TBOX2:=[Combo22].[Column](3) in controlsource
TBOX3,TBOX4, etc.
The first three fields get added to my table but the
fields in the text boxed don't. So not sure if I'm doing
somethign wrong. I guess it has to do with the
controlsource.
Please advise any info. really appreciate it.
Thanks,
Juan