ADP Crashes - Form RS In-Line Function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Access 2002 access project. I have a subform that's record source is a
paramarized function. When going to a record, if the first field you try
changing is a checkbox - then Access crashes. (access encounted an error and
needs to close....)
I have tried the same thing on a diffrent computer (access 2002) running off
a diffrent sql server - and same error.
Any clues???? When I try in Access 2003 all is fine however the machines
running the app are all 2002.
 
Not only Access 2002 may crashes but it can place the value for the checkbox
into another field.

Two choices: remove SP2 for WinXP or upgrade to Access 2003.

S. L.
 
Third choice: unbound the checkbox and update the values yourself with VBA
code on entering and leaving the form. (However, personally, I wouldn't do
this because Access 2002 has other bugs that can it you as well.)

S. L.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top