Okay, say I have a database that has test and assignment scores, and attendance. These fields need to be updated every time a score is added to the database or a day is added for when someone attended class. I am specifically asked to create a form to update tests, assignments, and attendance in this database.
What is the structure of your Table, or tables? Remember, you can see
your database; we cannot.
If you're storing derived data - such as the number of days present -
then consider NOT doing so. Anything that can be calculated from data
already in the table should be calculated on the fly in a Query rather
than stored in the table.
The database has already been made and I am having a problem as to what I should type in the Update Query Field (if it is an expression).
What you have not told us is what field you want to update, and what
you want to update it to, nor where that information is coming from.
Again - *you* know your problem. We do not.
Please be patient as I haven't used Access too much in the past and I don't understand the 'Lingo' associated with it.
If you'll please be as patient with me asking for clarifications, I'll
certainly try!