M
Mark r.
Despite my research on ACCESS HELP and online MICROSOFT
knowledgebase, I am having a conceptual difficulty
understanding how forms are used to updated 2 tables that
are one-to-one. Maybe part of my answer lies in subforms,
but I don't get that either. I do not want to rewrite my
whole application in a one to many relationship of child
parent tables, so please don't go there. For whatever
reason.
Table1
AUTONUMBER index primary key
fld1 txt
fld255 yes/no
Table2
LONGINTEGER index primary key
fld256 text
fld257 y/n
fld300 text
QUESTION1: My "input" form works fine on table 1.
If I put field300 onto that form, how will the form know
that field300 is in a different table?
QUESTION2: Say my user goes to record (Docmd.gotorecord)
AUTONUMBER (say record 67) The user I inserts data into
field1 and then into field300, how do I set LONGINTEGER
to equal 67, the AUTONUMBER for that record?
knowledgebase, I am having a conceptual difficulty
understanding how forms are used to updated 2 tables that
are one-to-one. Maybe part of my answer lies in subforms,
but I don't get that either. I do not want to rewrite my
whole application in a one to many relationship of child
parent tables, so please don't go there. For whatever
reason.
Table1
AUTONUMBER index primary key
fld1 txt
fld255 yes/no
Table2
LONGINTEGER index primary key
fld256 text
fld257 y/n
fld300 text
QUESTION1: My "input" form works fine on table 1.
If I put field300 onto that form, how will the form know
that field300 is in a different table?
QUESTION2: Say my user goes to record (Docmd.gotorecord)
AUTONUMBER (say record 67) The user I inserts data into
field1 and then into field300, how do I set LONGINTEGER
to equal 67, the AUTONUMBER for that record?