Thiago Ortiz
New member
- Local time
- Today, 05:58
- Joined
- May 7, 2014
- Messages
- 2
Dear all,
I'm building a database to control projects of new products for a company, the flow is easy:
-Step 1: Record the general information in a main table (db_master_info) (i.e. project name, description, date of launch, etc.)
- Step 2: Record the product codes in a detail table (db_units) (i.e. product codes and quantities)
-Step 3: Record monthly information like, production and sales forecast in the detail table (db_units)
-Step 4: Build a monthly stock equation(production minus sales forecast) and record a comment, in a comment table (db_comments), about the results.
The steps 1,2,3 and 4 I did successfully!
The step 5, I'm unable to think outside of the box!:banghead::banghead::banghead:
I drew a sketch (form_stock and comments.jpg attached) that might be a possible solution...
Use a continuos subform with a unbound textbox with VBA to load record and edit/update???
How do I do this? Do you see another solution?
Thanks a lot,
Thiago Ortiz
I'm building a database to control projects of new products for a company, the flow is easy:
-Step 1: Record the general information in a main table (db_master_info) (i.e. project name, description, date of launch, etc.)
- Step 2: Record the product codes in a detail table (db_units) (i.e. product codes and quantities)
-Step 3: Record monthly information like, production and sales forecast in the detail table (db_units)
-Step 4: Build a monthly stock equation(production minus sales forecast) and record a comment, in a comment table (db_comments), about the results.
The steps 1,2,3 and 4 I did successfully!
The step 5, I'm unable to think outside of the box!:banghead::banghead::banghead:
I drew a sketch (form_stock and comments.jpg attached) that might be a possible solution...

Use a continuos subform with a unbound textbox with VBA to load record and edit/update???
How do I do this? Do you see another solution?
Thanks a lot,
Thiago Ortiz