T
Terry
I am in the process of converting an Access 2002 db to use SQL Server 2000
as the backend. I have found a bug that is giving me fits. I know it is
because of my own ignorance as to how Access forms work.
I have a form that pulls from a local query that joins two tables. I have a
second form that opens when a button is pushed on the first form. The second
form updates one of the tables called from the first form. After the update
and I close the second form, the first form is unchanged. Even if I refresh
the record or scroll to another one, the record appears to be unchanged. If
I close the mdb and open it back up again, the data is updated.
How do forms know when an update has happened and why does this record not
update when I scroll though the records? Is this because it is using a query
to create the form or is it some type of transaction issue?
To give a little background, I have mostly done web programming with
VBScript on ASP and pretty much only have done procedure type programming.
Access seems really foreign to me because I don't understand how jet or
access forms work yet. I am used to "send a query, get a recordset" type
stuff.
Thanks in advance -- Terry
as the backend. I have found a bug that is giving me fits. I know it is
because of my own ignorance as to how Access forms work.
I have a form that pulls from a local query that joins two tables. I have a
second form that opens when a button is pushed on the first form. The second
form updates one of the tables called from the first form. After the update
and I close the second form, the first form is unchanged. Even if I refresh
the record or scroll to another one, the record appears to be unchanged. If
I close the mdb and open it back up again, the data is updated.
How do forms know when an update has happened and why does this record not
update when I scroll though the records? Is this because it is using a query
to create the form or is it some type of transaction issue?
To give a little background, I have mostly done web programming with
VBScript on ASP and pretty much only have done procedure type programming.
Access seems really foreign to me because I don't understand how jet or
access forms work yet. I am used to "send a query, get a recordset" type
stuff.
Thanks in advance -- Terry