Conversion difficulty with AfterUpdate code on combo

I

Ian Robb

I am enquiring if there is a defect in the procedure for
converting MSAccess97 developed applications to
MSAccess2000.

In two different cases I have found that the Afterupdate
line:-
DoCmd.ApplyFilter , "[Student]![StudentID]=Forms!
[frmEntry]![Find a Student]" or similar, to select a
particular record from a combo does not work the same in
Access2000 as in Access97.

While there might be a new record selected after every
afterUpdate event in Access97, in Access2000 it only
works the first time it is used or after the forn is re
activated(?).

Is there a fix for this? Or does the code need to be
rewritten in some way?

Ian Robb
 

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

Top