switching to datasheet view corrupts data

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

Guest

This is a strange one. For unrelated reasons, in my form's Current event, I
set the focus back to Surname (Me.Surname.SetFocus). Unfortunately, when the
user switches to datasheet view (and also switching back to form view),
whichever column happens to be on the left gets its contents copied into the
Surname field - seriously embarrassing as my client has lost a lot of
surnames over the last month!

I'm getting around this now by remming out SetFocus line but I'd love to
know what the problem is - any ideas?
 
You are not giving enough information to give much help. Don't allow the user
to switch to datasheet view, keep it in forms view.
 

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