Save Linked tables values in form based table

  • Thread starter mls via AccessMonster.com
  • Start date
M

mls via AccessMonster.com

I am planning to have main form and sub form architecture. In my main form(
linked table to foreign database) I have ID and demographic values and this
main form is connected to a subform by ID and has test details.

My question is How can I save the demographic data into my sub-form based
table?
I know it is bad normalization but need to have all the data related to my id
stored in my table ( it will very few so not worried about re-dundancy.

Thanks
 
A

Arvin Meyer [MVP]

You never need to be redundant. A query with a join on the ID field will
always show the data from both tables.
 
G

Guest

mls via AccessMonster.com said:
I am planning to have main form and sub form architecture. In my main
form(
linked table to foreign database) I have ID and demographic values and
this
main form is connected to a subform by ID and has test details.

My question is How can I save the demographic data into my sub-form based
table?
I know it is bad normalization but need to have all the data related to my
id
stored in my table ( it will very few so not worried about re-dundancy.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top