October 3, 200520 yr Newbies I have a table called jobs, that lists all of hte work going through at a given time. I also have a table called Job Status which gives the status of those jobs. We often print the Job Status Table to take to our production meeting. What would be the easiest way to set up a time stamp for the report itself so the manager knows what date and time the report was printed out? Thanks
October 3, 200520 yr Create a field called TimeStamp. This will be an unstored calculation timestamp field using the Get ( CurrentTimeStamp ) function. On your report layout, you can now put the new field in the header or use a merge field if you prefer.
October 3, 200520 yr You can also just place the symbols // and :. // Will give you the date and :: will give you the time. That way you don't have to create a new field.
October 4, 200520 yr Look under the Main "Menu >> Insert" for the shortcuts. In v6, and v7, use the Cmd and - will insert the Date, and the Cmd ; will insert the Time. In v7, it is
Create an account or sign in to comment