Need help to solve the following Access 2000 problem:
Create a procedure, activated by a button on a form, to group similar
records into a single record.
table "tblindividual" is populated with member records, like members will
have the same member number and different depid's.
table "tblfamily" has the same structure as "tblindividual" with the
addition of two sets of dependent columns. Append the records from
"tblindividual" to "tblfamily" grouping members by member number in
dependent id order. If there are more than three family members create
another record for that member number.
Table definition for tblindividual(MemSub, MemDepId, MemFName, MemLName, MemInit)
Table definition for tblFamily(MemSub, MemDepID, MemFName, MemLName, MemInit, Dep1FName,
Dep1LName, Dep1Init, Dep1ID, Dep2FName, Dep2LName, Dep2Init, Dep2ID)
Please help! clars2000
Create a procedure, activated by a button on a form, to group similar
records into a single record.
table "tblindividual" is populated with member records, like members will
have the same member number and different depid's.
table "tblfamily" has the same structure as "tblindividual" with the
addition of two sets of dependent columns. Append the records from
"tblindividual" to "tblfamily" grouping members by member number in
dependent id order. If there are more than three family members create
another record for that member number.
Table definition for tblindividual(MemSub, MemDepId, MemFName, MemLName, MemInit)
Table definition for tblFamily(MemSub, MemDepID, MemFName, MemLName, MemInit, Dep1FName,
Dep1LName, Dep1Init, Dep1ID, Dep2FName, Dep2LName, Dep2Init, Dep2ID)
Please help! clars2000