Formatting Dates in a Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to format dates in a table before I export them into Publisher.

They currently state - HH:MM:SS PM and I wish to change to
HH: MM

I've tried replace, but it gives a "cannot find the data you're looking for
message.
Any ideas??
Thanks
 
You don't really want to change the format in your tables.

Instead create a query based on your table and export the query. You can use the following in a column of your query to get the format you want.
Format([OrderDate],"hh:nn")

Look up Format in help - you use nn for minutes; mm is for months.
 
Squashed said:
I wish to format dates in a table before I export them into Publisher.

They currently state - HH:MM:SS PM and I wish to change to
HH: MM

I've tried replace, but it gives a "cannot find the data you're
looking for message.
Any ideas??
Thanks

To add to Joan's response remember that a Table should be considered as
nothing more than a bucket in which data is dumped for storage. It has a
label on the bucket defining the data in each field. Use forms, queries &
reports to enter, edit and display data. You will be happier in the long
run.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top