Hello, I have just finished importing an ACCESS db (back-end) to a SQL Server 2008 db. My front-end is still ACCESS 2007 and the back-end is SQL Server 2008. What I've realized is that if I open a form (on a certain record) and then do some calculation which is supposed to fill in some text fields automatically on that form (for that record), then those values for those text fields are not filled in at that moment. Now, if I close the form and reopen it for that same record, the values are there. So there is like a delay, and that is preventing other things from happening. Can someone give me a hand on this? I tried with ODBC driver SQL Server, as well as with SQL Server Native Client 10.0, and none of them worked.
Thank you very much