S
SJ
I have been asked to create a button on a main form that displays
client data and will allow my users to add comments about the
respective clients in the db. I think this should have been done as a
subform, but I inherited this and it is not an option. I've been
searching the groups and web and haven't come up with anything yet.
I'm hoping someone there can help.
I need a command button that when clicked, will open a form and allow
my users to make whatever comments they need. The problem I am coming
up with is synching the client_id on the main form to the client_id on
the
new form. The source for the new form is a query that writes to a
table called, "Comments." I need to be able to select a client id
then hit the button and enter and view comments for that client only.
I can't seem to make it work. Frankly, I've reached a point where I'm
just banging around blindly. Has anyone worked with something like
this, and if so, could you share with me your solution - or just steer
me in the right direction?
Any help is much appreciated.
Thanks!
SJ
client data and will allow my users to add comments about the
respective clients in the db. I think this should have been done as a
subform, but I inherited this and it is not an option. I've been
searching the groups and web and haven't come up with anything yet.
I'm hoping someone there can help.
I need a command button that when clicked, will open a form and allow
my users to make whatever comments they need. The problem I am coming
up with is synching the client_id on the main form to the client_id on
the
new form. The source for the new form is a query that writes to a
table called, "Comments." I need to be able to select a client id
then hit the button and enter and view comments for that client only.
I can't seem to make it work. Frankly, I've reached a point where I'm
just banging around blindly. Has anyone worked with something like
this, and if so, could you share with me your solution - or just steer
me in the right direction?
Any help is much appreciated.
Thanks!
SJ