I've never used flexgrids, or multiple hierarchies for that matter, and need some help. The database is in Access 2000 and I'm using ADO to connect.
I want to display info in a check register layout, similar to the one found in Quicken. When the user selects an account name from a list box, the flexgrid populates - 2 rows/bands for each record. I think I need to use bands so that I can customize each band's appearance (color, etc). The first band contains info from my checking table, so its not much of a problem.
The second band will only have 2 pieces of data - CatName and Memo. The Memo field is in the Checking table. CatID is found in both tables to relate the 2, but I want to display the CatName from the ExpenseCategory table, not the CatID. To make things as complicated as possible, I want to display based on the seelcted acct number, but not display it.
I've tried joins and the shape commands, but only know enough to completely confuse myself. Any help would be great!
Cathy
I want to display info in a check register layout, similar to the one found in Quicken. When the user selects an account name from a list box, the flexgrid populates - 2 rows/bands for each record. I think I need to use bands so that I can customize each band's appearance (color, etc). The first band contains info from my checking table, so its not much of a problem.
The second band will only have 2 pieces of data - CatName and Memo. The Memo field is in the Checking table. CatID is found in both tables to relate the 2, but I want to display the CatName from the ExpenseCategory table, not the CatID. To make things as complicated as possible, I want to display based on the seelcted acct number, but not display it.
I've tried joins and the shape commands, but only know enough to completely confuse myself. Any help would be great!
Cathy