I have a database that is linked to a backup of a live db. All my tables are linked which means I cannot change anything only query data. What I'd like to do is be able to copy a table (structure and data) to another database without linking the two (an import left them linked). Then I have the task of changing a date which is defined as text to an actual date... The worst is the date is "Sep 1 2005" and "Sep 24 2005" so I cannot even use the mmm dd yyyy parameter. I will need to search by date or between dates so I have to come up with some way to manage this. So I need help with...
1. copying without linking (or once copied unlinking)the two tables
2. suggestions on the best way to change the data from text to date format.
Thanks!
1. copying without linking (or once copied unlinking)the two tables
2. suggestions on the best way to change the data from text to date format.
Thanks!