doran_doran
Registered User.
- Local time
- Today, 15:03
- Joined
- Aug 15, 2002
- Messages
- 349
If you want you can download the sample database from below.
http://www.dbforums.com/attachment.php?postid=3558791
We are in a business where we have to carry some data from year to year. so, lets say I have a table with bunch of fields. My tbl_groups has three primary keys (ga_number, plannum, pye) and has a auto number (ga_record_id).
I have another table (tblplanmatrix), where i put more info about a record. this table has a field called ga_record_id. which is same as tbl_groups ga_record_id.
When user goes to frmgroups and click on more info, the form loads another form call frmplanmatrix and show all the value from table plan matrix (tblplanmatrix).
But when user clicks on more info and there is not a record for that record in plan matrix table then the form creates one. it will create a record only if the user put some info on more info form.
Ok, here is wha i need your opinion.
I am carrying over some data to a new record and it works fine for table tbl_groups. However, for the same record i might have more info and i want to carry more info data to a new record but ga_record_id should match with the new record.
Another word, how do a form will know to grab the more info based on prior records.
Carry over form called "frmrollovera".
I am confused.
I do need your opinion.
Thanks
Dianna
http://www.dbforums.com/attachment.php?postid=3558791
We are in a business where we have to carry some data from year to year. so, lets say I have a table with bunch of fields. My tbl_groups has three primary keys (ga_number, plannum, pye) and has a auto number (ga_record_id).
I have another table (tblplanmatrix), where i put more info about a record. this table has a field called ga_record_id. which is same as tbl_groups ga_record_id.
When user goes to frmgroups and click on more info, the form loads another form call frmplanmatrix and show all the value from table plan matrix (tblplanmatrix).
But when user clicks on more info and there is not a record for that record in plan matrix table then the form creates one. it will create a record only if the user put some info on more info form.
Ok, here is wha i need your opinion.
I am carrying over some data to a new record and it works fine for table tbl_groups. However, for the same record i might have more info and i want to carry more info data to a new record but ga_record_id should match with the new record.
Another word, how do a form will know to grab the more info based on prior records.
Carry over form called "frmrollovera".
I am confused.
I do need your opinion.
Thanks
Dianna