G 
		
								
				
				
			
		Guest
Hi All,
Could you please advise is there any difference between text & numeric
fields in select statement, in below statement it is working perfect "Mloc"
which is character field but when I change the type of field it doesn't work:
sqltxt = "insert into reports.MSS_Analysis_Master select * from " & _
" " & mYear & " where entry_date >='" & Me.DtFrom & "' And
entry_date <='" & Me.DtTo & "' and ShLoc ='" & MLoc & "'"
Thanks for your help in advance
AA
				
			Could you please advise is there any difference between text & numeric
fields in select statement, in below statement it is working perfect "Mloc"
which is character field but when I change the type of field it doesn't work:
sqltxt = "insert into reports.MSS_Analysis_Master select * from " & _
" " & mYear & " where entry_date >='" & Me.DtFrom & "' And
entry_date <='" & Me.DtTo & "' and ShLoc ='" & MLoc & "'"
Thanks for your help in advance
AA