1.
Make Form1in columnar design, using customer table as Record Source.
2.
make table2 (you didn't explain what you want in that table, so I assume you want to record the call info, like time, subject ....), which contains all the fields you want, but make sure you add "customer number" field.
3.
make Form2 from table2, in Tabular design, so that it shows more than one Record.
4.
Open Form1, then insert Form2 as a subform in Form1,
make sure the Master/child relationship between the 2 Forms in "customer number"
Now everytime you open Form1, you will see customer name and address details,
and you will be able to enter the call info in the subform.
Is this what you wanted??
jaffer
Main Topics
Browse All Topics





by: GreymanMSCPosted on 2009-11-04 at 23:37:28ID: 25747410
Normal practice is just transfer the customer number and use a query to call up the information when needed. This ensures that whenever viewed, the data will be current. It also eliminates redundancy and saves space.