How do I bulk amend data in a table? (1 Viewer)

petehepple

New member
Local time
Today, 08:13
Joined
Apr 19, 2012
Messages
2
Hi there,

Hope you can help me with what (I hope) is a relatively straightforward macro. I have a table in a shared database that contains a date field (dd/mm/yyyy). For reporting purposes, we need each date to begin 01 (i.e., 01/03/2012), but our users sometimes forget and enter the actual day of the month instead (24/03/2012). I'm a bit of an enthusiastic amateur when it comes to things like this, and didn't get very far with this myself - is it possible to create a macro that would simply replace the first two numbers of each record in a column with "01"?

Thanks,

Pete
 

tinyevil777

Registered User.
Local time
Today, 08:13
Joined
Dec 10, 2010
Messages
137
Hello Pete,

You might want to a little research on 'Update Queries', this will do what you need.
 

petehepple

New member
Local time
Today, 08:13
Joined
Apr 19, 2012
Messages
2
Fantastic, that's exactly what I was looking for, thanks!
 

Users who are viewing this thread

Top Bottom