How can i force the cursor to the left of a field when i click on

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

Guest

when i try to enter the date on my database the date is entered at the point
i clicked on i would like the cursor to automatically goto the left of the
field(ie the beginning) also when export the details to an excel file one of
the date feilds is constatntly displayed as an integer wheni forma the field
in excel to date it is displayed correctly
 
Try and put in the on the got focus property of the field

Me!FieldName.SelStart = 0
 

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