Search results

  1. D

    Call Command_Click

    Can someone advice me on how to run the Command405_Click button that's on the (Parent form) from the (child Subform) using a Command330 button?
  2. D

    Date and Time Format

    I have a Date text box that will display the date in the following format 12/18/2024 5:00:00 PM. Is there away to remove the 2 digit seconds numbers and add text within the string? For example, I would like it to be in the following format: 12/18/2024 at 5:00 PM. Thanks,
  3. D

    Solved Format a 10 digit character text box using Access VBA

    Hello, I have a module that goes through a series of characters and removes any characters other than 0,1,2,3,4,5,6,7,8, or 9 , and it's attached to the After Update Event. Is there away to format the series of numbers, after they're filtered, in a certain formation. For ex. after the...
Back
Top Bottom