I figure the easiest way to explain is with a screen cap of the layout that I'm working with so I have attached one (please excuse the crude black boxes, but it was easier than blurring/etc, although in retrospect I could have just created a blank record)
This is pretty typical of the situation that I want to deal with throughout the database. In this example, I am looking at the contact manager. The CONTACTS table is the main table here, however the data in the 'Activity History' tab at the bottom is all drawn form a related database called HISTORY.
I am not 100% sure why the first record is showing up in the 'Add/Edit Activity' area, it just appeared there when I added the fields. However it is useful to explain the point.
As you can see, there is a list of records in the portal to the left. When a portal record is clicked on, I want the information to show up in the fields to the right. That way it can be edited and then saved. I also want the user to be able to begin typing in these fields and when they hit 'Add New Activity' it will add the new record to the HISTORY table, showing it in the portal and recording it.
The delete option is the little red x next to the portal row. This one is working, just not the rest.
Cheers!
Chris
P.S. Does anyone know how to make a text box transparent? I can't seem to remove the white that I added accidentally, not even by creating new text areas.