B 
		
								
				
				
			
		Bunky
I have two tables from outside sources.  Table A has a timestamp on it and
Table B has a period of time on it. The Table A timestamp has it's data
showing '9/28/2009 9:00:00 AM'. Table B has the period showing 9:00:00 AM
but no timestamp. Both the timestamp and the period are defined as a
Date/Time field.
What I need to do is format the '9:00:00 AM' from Table A in such a way that
it can be joined to the period on Table B. The AM or PM MUST STAY. I tried
Period: Format([kwtest-01].[Timestamp],("hh:nn:ss")) but the AM / PM was gone.
Ideas??
				
			Table B has a period of time on it. The Table A timestamp has it's data
showing '9/28/2009 9:00:00 AM'. Table B has the period showing 9:00:00 AM
but no timestamp. Both the timestamp and the period are defined as a
Date/Time field.
What I need to do is format the '9:00:00 AM' from Table A in such a way that
it can be joined to the period on Table B. The AM or PM MUST STAY. I tried
Period: Format([kwtest-01].[Timestamp],("hh:nn:ss")) but the AM / PM was gone.
Ideas??