J
jnewl
have a form with 4 sub forms. each sub form is from a different table and all
are linked by a key known as tax id.
have a command button, where i go to another form to retrieve additional
addresses for the organization. this information comes from an address table
and the key is tax id. in the query, i use the concept of forms![prev
form].[tax id].
all of this works fine. however, when i try to add an address by tabbing
down to a blank line, i can key street, city state... but i can not post the
tax id because on this screen, the tax id field is linked to the previous
screen.
how do i code, so i can post the tax id, along with the other fields, when i
key the new record?
thanks for your help
are linked by a key known as tax id.
have a command button, where i go to another form to retrieve additional
addresses for the organization. this information comes from an address table
and the key is tax id. in the query, i use the concept of forms![prev
form].[tax id].
all of this works fine. however, when i try to add an address by tabbing
down to a blank line, i can key street, city state... but i can not post the
tax id because on this screen, the tax id field is linked to the previous
screen.
how do i code, so i can post the tax id, along with the other fields, when i
key the new record?
thanks for your help