Have two tables within MS Access database - tblCaseData
and tblDetail that have a Plan code field.
tblCaseData has decimals within the Plan code field such as 286.35 whereas tblDetail has 28635.
What is the quickest method to eliminate the decimal points within the Plan code field within tblCaseData?
Currently exploring the use of the format function.
Note, tblCaseData has over 900,000 records.
Ultimately, I am interested in joining on the Plan code field for the abovementioned tables and "pulling" the Plan code description from tblDetail and populating a new table that contains all of the records from tblCaseData and the matching fields from tblDetail.
Thanks in advance.
and tblDetail that have a Plan code field.
tblCaseData has decimals within the Plan code field such as 286.35 whereas tblDetail has 28635.
What is the quickest method to eliminate the decimal points within the Plan code field within tblCaseData?
Currently exploring the use of the format function.
Note, tblCaseData has over 900,000 records.
Ultimately, I am interested in joining on the Plan code field for the abovementioned tables and "pulling" the Plan code description from tblDetail and populating a new table that contains all of the records from tblCaseData and the matching fields from tblDetail.
Thanks in advance.