tnguyen315
MIS
I have a question, please help. I'm very appreciated. Thanks.
I have access 2007 font end and sql 2005 back end.
tblA ...ID1 (pk) (number - long integer)
tblB- ID1 (pk) (number - long integer)
ID2 (pk) (number - long integer)
tblA uses on data source on parent form, and tblB for subform. When adding a new record on subform I would like it automatically get new record = 1 on each ID on parent form.
For instant:
tbl A; ID1 = 1
tbl B: ID1= 1
ID2= 2 (next record, and so on)
then
tbl A; ID1 = 2
tbl B: ID1= 1
ID2= 2 (next record, and so on)
then
tbl A; ID1 = 3
tbl B: ID1= 1
ID2= 2 (next record, and so on)
Is it possible?
Again thanks
I have access 2007 font end and sql 2005 back end.
tblA ...ID1 (pk) (number - long integer)
tblB- ID1 (pk) (number - long integer)
ID2 (pk) (number - long integer)
tblA uses on data source on parent form, and tblB for subform. When adding a new record on subform I would like it automatically get new record = 1 on each ID on parent form.
For instant:
tbl A; ID1 = 1
tbl B: ID1= 1
ID2= 2 (next record, and so on)
then
tbl A; ID1 = 2
tbl B: ID1= 1
ID2= 2 (next record, and so on)
then
tbl A; ID1 = 3
tbl B: ID1= 1
ID2= 2 (next record, and so on)
Is it possible?
Again thanks