You guys helped me through another problem I was having so I thought I'd throw one more challange out there! I want to have a form that is sort of dynamically built and has placeholders for data, even if the rows are not there yet. Here's an example of what I mean:
I have two tables: Expense_Types, and Expenses. Expense types holds codes and descriptions for the different types of expense there can be, and this table can be added to if need be. Every month, it's required that one expense of each type is entered into the Expense table. So I want a form like this:
Food ________
Travel ________
Hotel ________
etc ________
The lines represent empty textboxes. If I do an unbound form, I'm not sure how I can dynamically generate the list of possible expenses. If it's bound, I run into problems because those blanks are representing rows that don't actually exist yet. Is this sort of thing possible to do in Access?
Thanks!
I have two tables: Expense_Types, and Expenses. Expense types holds codes and descriptions for the different types of expense there can be, and this table can be added to if need be. Every month, it's required that one expense of each type is entered into the Expense table. So I want a form like this:
Food ________
Travel ________
Hotel ________
etc ________
The lines represent empty textboxes. If I do an unbound form, I'm not sure how I can dynamically generate the list of possible expenses. If it's bound, I run into problems because those blanks are representing rows that don't actually exist yet. Is this sort of thing possible to do in Access?
Thanks!