Heres what i have:
i have 3 tables set up that are identical. The only difference is that the tables have different titles as they are databases for different customers.
The table has the following fields:
"RMA #", "Quote ID", "Credit(USD )", "Credit(#)" , "Credit(Euros)" , "Credit(CAD )", and "Credit(YEN )"
I have a form called form1 that has:
A combo box (combo23) set up with the name of the three customer tables.
WHAT I WANT:
I was wondering if there was a way to be able to select the name of the customer table from the combo box,and have a command button query sum the following fields "Credit(USD )", "Credit(#)" , "Credit(Euros)" , "Credit(CAD )", and "Credit(YEN )". I would like this query to be tied to a command button.
Is this possible?
i have 3 tables set up that are identical. The only difference is that the tables have different titles as they are databases for different customers.
The table has the following fields:
"RMA #", "Quote ID", "Credit(USD )", "Credit(#)" , "Credit(Euros)" , "Credit(CAD )", and "Credit(YEN )"
I have a form called form1 that has:
A combo box (combo23) set up with the name of the three customer tables.
WHAT I WANT:
I was wondering if there was a way to be able to select the name of the customer table from the combo box,and have a command button query sum the following fields "Credit(USD )", "Credit(#)" , "Credit(Euros)" , "Credit(CAD )", and "Credit(YEN )". I would like this query to be tied to a command button.
Is this possible?
Comment