Hello all,
** Think there must have been a lot of users on earlier, tried posting a few times but it just wouldn't post, hopefully I haven't ended up spamming the board!
**
Sorry I have a bit of a problem which I just, for whatever reason, can't get my head around.
The setup…
> I'm using Access 2003 for reference all up to date etc.
> I have a client table, with a unique ID (tbl_client, seq_client_ref)
> I have a notes table, with a field related to the client ref and a field to hold a text 'note' about the client (seq_client_ref, t_client_note).
Clicking the ‘notes’ button on the client, opens the notes window. I want this window to be able to do two things. Display existing notes (which can not be edited) and allow entry of a new note for the client.
What I have tried….
1) Creating a sub report of the existing notes and passing the seq_client_ref to allow entry of a new note. This worked, but the sub form has one major flaw. The field size can not be controlled in any automatic way which meant either huge gaps in the view, missing data or a huge number of scroll bars. Not ideal.
2) Creating a report to view the notes and a form to enter them. This obviously works, but is a real pain as it breaks the ‘plan’ I have been given to have this all in one place for ease of use.
3) Creating a continuous form. Suffers from the same problem as (1).
There must be a solution to this. I have considered using a single field and finding someway to call and concatenate all the data into it – I’m just not sure how this could be done.
Can anyone suggest anything that might help?
Thanks in advance.
** Think there must have been a lot of users on earlier, tried posting a few times but it just wouldn't post, hopefully I haven't ended up spamming the board!

Sorry I have a bit of a problem which I just, for whatever reason, can't get my head around.
The setup…
> I'm using Access 2003 for reference all up to date etc.
> I have a client table, with a unique ID (tbl_client, seq_client_ref)
> I have a notes table, with a field related to the client ref and a field to hold a text 'note' about the client (seq_client_ref, t_client_note).
Clicking the ‘notes’ button on the client, opens the notes window. I want this window to be able to do two things. Display existing notes (which can not be edited) and allow entry of a new note for the client.
What I have tried….
1) Creating a sub report of the existing notes and passing the seq_client_ref to allow entry of a new note. This worked, but the sub form has one major flaw. The field size can not be controlled in any automatic way which meant either huge gaps in the view, missing data or a huge number of scroll bars. Not ideal.
2) Creating a report to view the notes and a form to enter them. This obviously works, but is a real pain as it breaks the ‘plan’ I have been given to have this all in one place for ease of use.
3) Creating a continuous form. Suffers from the same problem as (1).
There must be a solution to this. I have considered using a single field and finding someway to call and concatenate all the data into it – I’m just not sure how this could be done.
Can anyone suggest anything that might help?
Thanks in advance.
Last edited: