shrndegruv
Registered User.
- Local time
- Yesterday, 22:16
- Joined
- Sep 8, 2004
- Messages
- 58
Hi
I am designing a DB to track inspections in an apartment building. I have a "unit creation" form that allows the user to enter a unit number, tenant, etc. The important issue is there is a select box allowing the user to specify an efficiency, 1 BR, or 2 BR apartment.
I have a table for unit, bedroom, kitchen, bathroom, etc -- these are all linked thru the unit.number field (foriegn keys). This seems to me to be quite normalized table design.
What I would like to do is given the selection for number of BRs, create the appropriate number of rows in the Bedroom table.
How would I go about doing this? I think it needs VBA, but I am not sure...
Thanx
I am designing a DB to track inspections in an apartment building. I have a "unit creation" form that allows the user to enter a unit number, tenant, etc. The important issue is there is a select box allowing the user to specify an efficiency, 1 BR, or 2 BR apartment.
I have a table for unit, bedroom, kitchen, bathroom, etc -- these are all linked thru the unit.number field (foriegn keys). This seems to me to be quite normalized table design.
What I would like to do is given the selection for number of BRs, create the appropriate number of rows in the Bedroom table.
How would I go about doing this? I think it needs VBA, but I am not sure...
Thanx