alternate VB code for forms?

  • Thread starter Thread starter butterbean
  • Start date Start date
B

butterbean

I converted from 97 to 2k and a few forms aren't working
correctly, someone told me they had the same problem and
it was due to the AfterUpdate event, my question is there
an alternate event/command that I could use so my form
would work correctly?

Thanks
Butterbean
 
Butterbean,

I converted many databases from 97 to 2K. There's not enough information for a good answer but I do not think the AfterUpdate event causes problems. I have not experienced that myself.

Hope this helps.
 
On the form you enter info into a combo box and enter, it
retrives a record, you should then be able to go back and
do tha for another record, but it only works the first
time in the 2k conversion
-----Original Message-----
Butterbean,

I converted many databases from 97 to 2K. There's not
enough information for a good answer but I do not think
the AfterUpdate event causes problems. I have not
experienced that myself.
 
What should happen? The code between 97 and 2k are basically the same, but
there are some commands that are not the same. If you can post the code
that isn't working it would help. In the meantime try editing the code by
adding a space and erasing it, then resaving the code. It just might need
to refresh the code.

Kelvin
 
Back
Top