doran_doran
Registered User.
- Local time
- Today, 16:24
- Joined
- Aug 15, 2002
- Messages
- 349
I have a form tie to a table called "tbl_groups". I have a basic case table.
The form "frmGroups", I have few fields that are same in tblBasicCase. I would like to put a button on the frm "cmdBasicCaseCopy", which will copy 5 fields from table "tblbasiccase" to this form or to "tbl_groups".
I tried this but not working (and it's only for one field, i need it for 5 fields)
Me.cboBillingStructureImport = [tables]![tblplanmatrix]![BillingStructure] where me.GA_Number = [tables]![tblplanmatrix]![ga_number] and me.PlanNum = [tables]![tblplanmatrix]![plannum];
table "tbl_groups" and "tblBasicCase" are relationshiped by ga_number and PlanNum.
Regards / Dianna
The form "frmGroups", I have few fields that are same in tblBasicCase. I would like to put a button on the frm "cmdBasicCaseCopy", which will copy 5 fields from table "tblbasiccase" to this form or to "tbl_groups".
I tried this but not working (and it's only for one field, i need it for 5 fields)
Me.cboBillingStructureImport = [tables]![tblplanmatrix]![BillingStructure] where me.GA_Number = [tables]![tblplanmatrix]![ga_number] and me.PlanNum = [tables]![tblplanmatrix]![plannum];
table "tbl_groups" and "tblBasicCase" are relationshiped by ga_number and PlanNum.
Regards / Dianna