I've got a form based off a query. For simplicity's sake, lets call the form "Form1" and the query "Query1". One of the fields in Query1 is calculated by a function. This is working perfectly.
However..
If I don't scroll through certain records on Form1, it doesn't update the record on the table, i.e. if I open Form1 all the visible records will update, but all the records you need to scroll down to see do not update.
My question is: Is this supposed to happen, or is something not behaving correctly? Personally I think this is working properly, but I talked to someone with more access experience than myself and they seem to think otherwise. I tried searching around but couldn't find anything, could just be I wasn't phrasing my search correctly. Regardless, I just want to confirm if whats happening is normal functionality or not.
Thanks!