Dear Access experts!
We are trying to upgrade and update an old database of our archaeological excavation. We are using access 2013, although the database originally was designed more than 10 years ago.
There are three main tables that we use:
Main_Locus_Str_Table
Locus (number, PK)
Type of locus (list box with two values: LOCUS;WALL)
And a few other number or text fields
Locus_Card_Table
Locus (number, PK)
Definition (text field)
Date (date/time field)
And a few other number or text fields
Memos_Table
Locus (number, PK)
Description (Text field)
Matrix (Text Field)
And a few more text fields.
We use a simple form to type in data into the Main_Locus_Str_Table, assigning each record with a unique locus number (in the “locus” field) and defining it as either a WALL or a LOCUS in the Type_of_Locus field.
There is a join query (Locus_card_update_query) that filters only records that have the value “LOCUS” in the “Type of locus” field in table Main_Locus_Str_Table. It then also displays the data from records in Locus_Card_Table and Memos_Table that has the same number in the “locus” number field.
A form that we use to input data into the Locus_Card_Table and Memos_Table uses this query as a raw data source. The issue we encountered is that when we type the new data into the fields in the form, it is saved into the correct tables (as it should), but when we close the form and reopen it, it doesn’t show the data already put in. In other words, the form saves the data into the tables, but it doesn’t show the records already in.
The form actually shows data that was typed in last year, in 2015, but for some reason it doesn’t show the new data of 2016, although we can see the data is saved into the tables.
I hope I supplied you with all the data you might need to try and help us!
Thanx in advance to anyone who can help!!
We are trying to upgrade and update an old database of our archaeological excavation. We are using access 2013, although the database originally was designed more than 10 years ago.
There are three main tables that we use:
Main_Locus_Str_Table
Locus (number, PK)
Type of locus (list box with two values: LOCUS;WALL)
And a few other number or text fields
Locus_Card_Table
Locus (number, PK)
Definition (text field)
Date (date/time field)
And a few other number or text fields
Memos_Table
Locus (number, PK)
Description (Text field)
Matrix (Text Field)
And a few more text fields.
We use a simple form to type in data into the Main_Locus_Str_Table, assigning each record with a unique locus number (in the “locus” field) and defining it as either a WALL or a LOCUS in the Type_of_Locus field.
There is a join query (Locus_card_update_query) that filters only records that have the value “LOCUS” in the “Type of locus” field in table Main_Locus_Str_Table. It then also displays the data from records in Locus_Card_Table and Memos_Table that has the same number in the “locus” number field.
A form that we use to input data into the Locus_Card_Table and Memos_Table uses this query as a raw data source. The issue we encountered is that when we type the new data into the fields in the form, it is saved into the correct tables (as it should), but when we close the form and reopen it, it doesn’t show the data already put in. In other words, the form saves the data into the tables, but it doesn’t show the records already in.
The form actually shows data that was typed in last year, in 2015, but for some reason it doesn’t show the new data of 2016, although we can see the data is saved into the tables.
I hope I supplied you with all the data you might need to try and help us!
Thanx in advance to anyone who can help!!