I'm going to start from scratch here, because the way I have it set up now just isn't doing what I want it to do anyway. You have been helping me on a form for a "Client.db". I have decided I would like a memo field for notes. However, I don't want this to appear on the primary form that is being used. I would like to use a button on the primary form to bring up the notes for this record. Right now, I set up a separate table for the notes memo field, but the problem is each time you bring it up, a new record is created. Is there a way to put the memo field in the "Client.db" that currently exists, have that field not be on the primary form, but be able to call a different form up from a button showing only the notes field from the table? If not, is there a way to do it using a separate table, like I started to do, but when you call it up, it brings up the record associated with the active record in the Client.db, and doesn't enter a new record each time in the Notes.db? I don't want multiple note records for each record in the Client.db, I only want one that can be edited or viewed regularly.
I know this is getting complicated to explain. I hope I am doing a sufficient job.