Search results

  1. B

    Can ADO be used for BEGINTRANS COMMIT TRANS

    For Access transactions checkout sonic8's recommendations on transactions on codekabinett.com ((sorry, cannont post the full link)
  2. B

    Solved How to convert a month into a number in MS Access Query

    you may try:month(datevalue("31/01/2025"))
  3. B

    Cosmetic Problem: Default File Name Appears to be Truncated in File Dialog

    I ran into the truncation problem as well and the only simple but dirty solution for me was to force a 'Home' keystroke after displaying the File Dialogue: Set objFileDialog = Application.FileDialog(3) ' msoFileDialogFilePicker = 3 objFileDialog.AllowMultiSelect = False '...
  4. B

    Hello all!

    I'm happy to join the community now, the earlier posts helped me pretty often to solve problems with access I ran into......:cool:
Back
Top Bottom