D
Doctor
Can I set up one Memo table that would serve as the table to store all Notes
about Events, Clients, etc. in? Is this practical? Right now I have many memo
tables for many main tables. There are some additional areas as well that I
could see benefiting from this line of thought.
Right now I am specifically looking to do this where the memo tables are on
a one-to-one relationship with the main tables they are associated with. But
I would also like to do this with one-to-many relationships.
If this would be helpful to do, would I add a field in the memo table to
reference a table? And if so, how do I reference each table? By name? I guess
I could build a query that has all ID's and table names from msysobjects if
it should be by number.
Please let me know how appropriate this is. Thanks so much in advance.
about Events, Clients, etc. in? Is this practical? Right now I have many memo
tables for many main tables. There are some additional areas as well that I
could see benefiting from this line of thought.
Right now I am specifically looking to do this where the memo tables are on
a one-to-one relationship with the main tables they are associated with. But
I would also like to do this with one-to-many relationships.
If this would be helpful to do, would I add a field in the memo table to
reference a table? And if so, how do I reference each table? By name? I guess
I could build a query that has all ID's and table names from msysobjects if
it should be by number.
Please let me know how appropriate this is. Thanks so much in advance.