Indigobuni
Registered User.
- Local time
- Today, 13:10
- Joined
- Oct 9, 2001
- Messages
- 26
I have two tables: TABLE A( name, week begin, week end, company) and TABLE B(name, date, expense, description, amount). I have tried to create a form/subform, but am having trouble. Form (table A), Subform (table B). I'm trying to create a one-to-many expense report where the person types in their info (table A), then tabs down and enters their expense reporting stuff (table B).
1. Do I need to use a macro to get the persons name from the form to appear in the subform when it is typed in the form? If yes, how. If no, how.
2. I tried to create the form/subform and typed in the info. When I tabbed to the subform and tried to type in the info there, it said the property was read-only and can't be set. I've never encountered a read-only before. What did I do wrong?
My tables are simple. I created a join relationship based on the name being the same, but maybe that was wrong? Can anyone help me? Thanks.
1. Do I need to use a macro to get the persons name from the form to appear in the subform when it is typed in the form? If yes, how. If no, how.
2. I tried to create the form/subform and typed in the info. When I tabbed to the subform and tried to type in the info there, it said the property was read-only and can't be set. I've never encountered a read-only before. What did I do wrong?
My tables are simple. I created a join relationship based on the name being the same, but maybe that was wrong? Can anyone help me? Thanks.