Hello All,
I'm having a hard time setting up a form using two control source.
Let me explain to you my form first.
The form acquires data and date and comment in table A
so we have Category1, Date completed and Comment as main column in table A.
I have a table B that I want to link to the same Form...
Column in Table B are:
Part Used
Misc. 1
Misc. 2
The reason why I'd like to have two table in one form, is that when the user access the form, he will fill the complete form. So I can export Table B and send it by email.
So how do I insert two record source in the main form?
I've tried in control source
= SELECT tableA.*, TableB.*
But didnt work =(
Thank you for taking your time to read this!
I'm having a hard time setting up a form using two control source.
Let me explain to you my form first.
The form acquires data and date and comment in table A
so we have Category1, Date completed and Comment as main column in table A.
I have a table B that I want to link to the same Form...
Column in Table B are:
Part Used
Misc. 1
Misc. 2
The reason why I'd like to have two table in one form, is that when the user access the form, he will fill the complete form. So I can export Table B and send it by email.
So how do I insert two record source in the main form?
I've tried in control source
= SELECT tableA.*, TableB.*
But didnt work =(
Thank you for taking your time to read this!
Comment