Futures_Bright
Registered User.
- Local time
- Today, 14:03
- Joined
- Feb 4, 2013
- Messages
- 69
First of all, I am not 100% sure this is a problem as I've not seen anything like this before. I'd also like to try and get a 'solution' (or answer) without uploading my database since it is quite large and the 'problem' is in a small section of it; so here goes:
The database is centred around clauses (paragraphs of text from documents) which are directly linked to Sub-Categories - which themselves are linked to Categories (1 category can have several sub-categories, 1 sub category can link to multiple clauses. All linked by an Autonumber ID field).
To make user entry easier, it helps to pick the category first to filter the sub-category combobox. I've done this with control sources being two fields within the clause table (Category and Sub-Category).
This all works fine and the form remembers precisely what was entered and updates whenever the user updates this. The interesting bit however came when I viewed the table. All records in my Clause table had equal values for Category and Sub-Category (values 1-9, there are almost 100 Sub-Categories); while when I look in the Sub-Category table, it shows all clauses linked to these sub-clauses correctly.
So in summary, it is all working fine now - however I am still developing the database, and am wary that when I split the database into a Front-End and Back-End that the data stored in the Clause table may take priority and all the categorisation be subsequently wrong. I tried deleting the Category field from my Clause table (as it shouldn't be necessary) and this led to all values being lost in the forms. Has anyone seen anything where a field appears to be different on each side of a relationship? Is this a problem? I have a solution in mind but would rather not do this if it won't be a problem as I already have 2000+ records that would all need re-categorising!
Thanks in advance for any help.
Kind regards,
Michael
The database is centred around clauses (paragraphs of text from documents) which are directly linked to Sub-Categories - which themselves are linked to Categories (1 category can have several sub-categories, 1 sub category can link to multiple clauses. All linked by an Autonumber ID field).
To make user entry easier, it helps to pick the category first to filter the sub-category combobox. I've done this with control sources being two fields within the clause table (Category and Sub-Category).
This all works fine and the form remembers precisely what was entered and updates whenever the user updates this. The interesting bit however came when I viewed the table. All records in my Clause table had equal values for Category and Sub-Category (values 1-9, there are almost 100 Sub-Categories); while when I look in the Sub-Category table, it shows all clauses linked to these sub-clauses correctly.
So in summary, it is all working fine now - however I am still developing the database, and am wary that when I split the database into a Front-End and Back-End that the data stored in the Clause table may take priority and all the categorisation be subsequently wrong. I tried deleting the Category field from my Clause table (as it shouldn't be necessary) and this led to all values being lost in the forms. Has anyone seen anything where a field appears to be different on each side of a relationship? Is this a problem? I have a solution in mind but would rather not do this if it won't be a problem as I already have 2000+ records that would all need re-categorising!
Thanks in advance for any help.
Kind regards,
Michael