access-rob
New member
- Local time
- Today, 21:53
- Joined
- Mar 20, 2009
- Messages
- 6
I have data in .csv format and I intend to make a database with a linked table in it to this data. However, the first few columns of this linked table are the year, julian day, time with ten minute intervals between records. I want to make a new column in the database to automatically add a column in the linked table that contains a timestamp of type date/time which is of the form yyyy-mm-dd hh:mm. I haven't found a way of doing this, is it even possible to do it automatically, or would you have to open the database and then run a macro to make a new table with the extra column?
An extra but related question, I assume it is not possible to index a linked table to increase querying efficiency as the table isn't actually stored in the database, but just pulled in when asked for?
Thanks in advance for any help.
An extra but related question, I assume it is not possible to index a linked table to increase querying efficiency as the table isn't actually stored in the database, but just pulled in when asked for?
Thanks in advance for any help.