how to remove ":", "." from a box - field (1 Viewer)

felipe_gg

New member
Local time
Today, 02:35
Joined
Mar 15, 2021
Messages
7
Hello Everyone!

hope u guys can lend me a hand pls!

i'm trying to make a form to report problems affecting our production machines.
by default my company has always used the term OT. to make such reports (its date and time (time without seconds) example: "150320211655")
the problem is that im not able to make that OT without dots and ":", i'm getting 15.03.2021:16:50
im suuuper newb to access so im trying my best to avoid VBA
what i currently have in the table is 3 fields with date, time and a calculated one with date&time... i managed to put them together, yay...
now im stuck, and cant get it to work
i dont even know if its a good idea at this point lol

thanks in advance
 

Attachments

  • TEST.png
    TEST.png
    3.7 KB · Views: 76

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 01:35
Joined
Feb 28, 2001
Messages
27,167
You can format a date/time field like this:

Code:
Format( my-date-field, "ddmmyyyyhhnn" )
 

felipe_gg

New member
Local time
Today, 02:35
Joined
Mar 15, 2021
Messages
7
hoooly ..
that was fast.. and it worked!!
thanks man
what a relief ! theres so much to learn
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 01:35
Joined
Feb 28, 2001
Messages
27,167
No problem, always happy to help.

Come back when you've got more questions. One of us will get back to you. I keep an odd schedule but we have a large number of folks who pitch in from various time zones.
 

Users who are viewing this thread

Top Bottom