Page 1 of 1

[Solved] Report Format vs Query Format

Posted: Fri Mar 31, 2017 3:52 pm
by chris_petersen
Can someone please tell me why the report displays the date as some strange number format when the query displays the date properly? See examples below:

Also, Where are the actual database records stored? Are they in the odb file or in some other format in a seperate folder? I would like to move this database to another computer and would like to have all of the information.
Also, If I add changes to it here and take the odb to the other machine, I don't want to overwrite any records that they already have in place.

Thanks
Cap1.JPG
Cap2.JPG

Re: Report Format vs Query Format

Posted: Fri Mar 31, 2017 3:55 pm
by charlie.it
Ciao, the date format in the report is serial format. You can re-format it open the report in edit mode.

Re: Report Format vs Query Format

Posted: Fri Mar 31, 2017 4:02 pm
by charlie.it
The records are stored in .odb file. You can move the .odb file to another computer.
If you take the .odb file in another computer the operative system will ask to you if you want replace or keep both files.

Re: Report Format vs Query Format

Posted: Fri Mar 31, 2017 7:48 pm
by chris_petersen
Thanks! That was easy. It's all fixed.