Hi,
I'm hoping someone can help me figure out why I can no longer update my table, using my form (I can update the table itself but can't use my form). I inherited this database and it was working fine until it crashed and created a backup. The data in both
tables seem fine, so now I really would just like to be able to use my form again and keep working. I tried to "compact and repair database" using the backup it created and I still can't update any fields and in the bottom left it always says "This Recordset
is not updateable". I read other posts on this forum and it may be a problem with the way the form is querying the tables? The one form pulls data from two tables. I'm hoping someone can tell me if something is wrong with the query? I'm not sure why there
is an asterix (the table doesn't have an asterix in its name) but don't know how to fix it. When I try to delete it from the query, it seems to work but then when I open the form, it asks me to enter a "Parameter Value" in a box that says "CSAS Publications
Metadata" and then has a text box for me to enter a parameter value.
Design View:
Field: CSAS PUBLICATIONS METADATA.*
Table: CSAS PUBLICATIONS METADATA
Field: PeerReviewMtg1.Value
Table: CSAS PUBLICATIONS METADATA
Query Builder SQL view:
SELECT [CSAS PUBLICATIONS METADATA].*, [CSAS PUBLICATIONS METADATA].PeerReviewMtg1.Value
FROM [CSAS PUBLICATIONS METADATA];
Thanks,
Laura