
Originally Posted by
sd1130
I am having issues with Date fields. I have a column that gives a just the date for some records, but others gives the date and the time. When I join this table with another table the dates with times excludes data and throws off my numbers. I thought the problem was fixed with converting the dates with the int command, however it did not pull over all the correct records. Now I have found another field in the table that has most of the data I need but contains nulls. My question is: How do I move data from the first column (we will call it m_datetime) to the column with the nulls (we will call it m_dateadd). Both column are in the same table, and I only want the data to be moved if m_dateadd is null. Any help would be greatly appreciated!
Thank you