I am new to Access and am not sure how to do this. I have two tables
Table1 Customer
Fields Cust#,Name, Address, City etc.
Table2 Bank
Fields AutoId,Cust#,Bank Id, Bank Account#
The Bank table can have multiple Account Number for the same Customer with a particular bank. EG
AutoId,Cust#, Bank Id, Bank Account#
1,123,4,123456
2,123,4,789101
I have to create a report which would show Customer Name and all the Bank Account Number for Bank ID '4' for Customer Number '123'on the same page. I did a query and placed Text Box on my report however this prints only one Bank Account# per page. Can it be done? Do I need to add any code to the Text Box?
Table1 Customer
Fields Cust#,Name, Address, City etc.
Table2 Bank
Fields AutoId,Cust#,Bank Id, Bank Account#
The Bank table can have multiple Account Number for the same Customer with a particular bank. EG
AutoId,Cust#, Bank Id, Bank Account#
1,123,4,123456
2,123,4,789101
I have to create a report which would show Customer Name and all the Bank Account Number for Bank ID '4' for Customer Number '123'on the same page. I did a query and placed Text Box on my report however this prints only one Bank Account# per page. Can it be done? Do I need to add any code to the Text Box?