G 
		
								
				
				
			
		Guest
The below code is extracting data from the  6th of October 2006
(6/10/2006) but the input value (date_s) from the form asks for data from the
10 th of June (10/06/206).
How can I stop the values from switching?
stLinkCriteria = "[issue]=" & "'" & Me![Original] & "'" _
& "and" & "[Date completed] between" & "#" & Me![Date_s] & "#" _
& "and" & "#" & Me![Date_e] & "#"
Any help much appreciated,
David
				
			(6/10/2006) but the input value (date_s) from the form asks for data from the
10 th of June (10/06/206).
How can I stop the values from switching?
stLinkCriteria = "[issue]=" & "'" & Me![Original] & "'" _
& "and" & "[Date completed] between" & "#" & Me![Date_s] & "#" _
& "and" & "#" & Me![Date_e] & "#"
Any help much appreciated,
David
