I have a query that is used to search for Prior jury service (if you served within the last three years, you are exempt from duty). So I run a query that returns all the people from the last three years in order to verify for other agencies that the person is exempt. Since most of the data doesn't change on a day to day basis (most of the changes are to FUTURE jurors), I have created a local table of the 35000+ past jurors (this is updated with a Batch Move component in my data module). However, the date of birth field in my LIVE database is stored as MMDDYYYY (02011967). I would like to display this as MM/DD/YYYY (02/01/1967) to make it a little easier to read. Can anyone suggest a way to change the dataset BEFORE the batch move so that the information stored in the local table is in "correct" date format? If not, then a way to display it properly in the grid. I tried both ways but had no luck. All suggestions appreciated!
Thanks!
Leslie
landrews@metrocourt.state.nm.us
There are 10 types of people in the world -
those who understand binary
and
those who don't!
Thanks!
Leslie
landrews@metrocourt.state.nm.us
There are 10 types of people in the world -
those who understand binary
and
those who don't!