I have an Access 2003 database split FE/BE. Back end is on a server - local front ends.
One table is causing problems - or to be more precise one field. This is a memo field that is becoming full and hitting an overflow problem. The data in this field is notes about various discussions held over time - up to 5 years. What seems reasonable to do is to separate this filed out for each of the years so now I could have one table called say Yearly Notes with one field for each year 2003 - 2004 - 2005 etc or I could have 5 tables each with just one notes field (plus primary/foreign key relationships) The data would be viewed on a single form, with one large visible field for the current year and thumbnail size fields down one side of the page. I have set the on click value to use Sendkeys command for shift + F2 which is the zoom feature, so if I want to look at previous year notes I click in the field and it expands so I can read the notes.
I have tried this out both ways and both ways work. I can display the data on the same page of the tabbed multi-page form but this is obviously pulling all the information all the time even if it is not always being accessed.
I have also tried creating a totally separate form - for the previous year’s notes - that opens from a command button whenever I need to look at that data - - this also works.
And that is my real problem; as all these alternatives seem to work OK - I just can't decide which way to go.
Any thoughts gratefully received.
One table is causing problems - or to be more precise one field. This is a memo field that is becoming full and hitting an overflow problem. The data in this field is notes about various discussions held over time - up to 5 years. What seems reasonable to do is to separate this filed out for each of the years so now I could have one table called say Yearly Notes with one field for each year 2003 - 2004 - 2005 etc or I could have 5 tables each with just one notes field (plus primary/foreign key relationships) The data would be viewed on a single form, with one large visible field for the current year and thumbnail size fields down one side of the page. I have set the on click value to use Sendkeys command for shift + F2 which is the zoom feature, so if I want to look at previous year notes I click in the field and it expands so I can read the notes.
I have tried this out both ways and both ways work. I can display the data on the same page of the tabbed multi-page form but this is obviously pulling all the information all the time even if it is not always being accessed.
I have also tried creating a totally separate form - for the previous year’s notes - that opens from a command button whenever I need to look at that data - - this also works.
And that is my real problem; as all these alternatives seem to work OK - I just can't decide which way to go.
Any thoughts gratefully received.