F
Flick Olmsford
I just developed a multiuser database in Access 2003. I am new to the
programming side. Currently our users are making notes on clients in a
table memo field (called Client Notes). Most of this information should be
entered in subform records, check boxes, drop down lists, and other more
reportable fields elsewhere in the db.
I am trying to move the users away from this overuse of the memo field. I
want to have the database automatically add a Client Note with text in the
memo field indicating what the user added in another table in a subform.
E.g. I have my Clients table with a linked subtable (TABLE A) - TABLE A
might store a client order or something like that.
I also have my Client Notes Table (also linked to Clients table) (TABLE B)
I want to have the database automatically add a record to table B with
information in the memo field containing the information in the new record
added to Table A.
Hope that makes sense.
I know this is redundant, but the users have been using the Client Notes
field for a LONG time and it will take a while to get them off of it. I have
a book on Access 2003 programming but it mentions making new connections to
the db. The database is already open when the code will run. Do I really
have to open a new connection?
How do I do this?
Thanks
programming side. Currently our users are making notes on clients in a
table memo field (called Client Notes). Most of this information should be
entered in subform records, check boxes, drop down lists, and other more
reportable fields elsewhere in the db.
I am trying to move the users away from this overuse of the memo field. I
want to have the database automatically add a Client Note with text in the
memo field indicating what the user added in another table in a subform.
E.g. I have my Clients table with a linked subtable (TABLE A) - TABLE A
might store a client order or something like that.
I also have my Client Notes Table (also linked to Clients table) (TABLE B)
I want to have the database automatically add a record to table B with
information in the memo field containing the information in the new record
added to Table A.
Hope that makes sense.
I know this is redundant, but the users have been using the Client Notes
field for a LONG time and it will take a while to get them off of it. I have
a book on Access 2003 programming but it mentions making new connections to
the db. The database is already open when the code will run. Do I really
have to open a new connection?
How do I do this?
Thanks