Search results

  1. V

    Removing space using VBA

    I am trying to remove a space from a text field [Name] in a table called RegText. The text comes in imported from a text file in this form: LastName, FirstName. After executing a function module called RemoveSpace, I was hoping to remove the space after the comma so it now becomes...
  2. V

    Sorting on text dates

    How can I force Access to interpret the date (e.g.) 12/01/29 to mean 12/01/1929, instead of 12/01/2029? And how can I sort correctly on a text date with the two digit year format?
  3. V

    Enlarge cursor size

    Is there a way to modify the size of the cursor in Access 2000 using VBA?
Back
Top Bottom