I would like to be able to make temp tables in access I have used the following SQL but of course with a table name like #temp it fails can somebody advise me how to do this?
Select PCFarrow.Sear as Sowid,bpfarrow.Mtattoolower as MaleL,bpfarrow.Mtattooupper as MaleU,
bpfarrow.Ftattoolower as FemaleL,bpfarrow.Ftattooupper as FemaleU,Pcfarrow.fdate,Pcfarrow.NBA,pcfarrow.nbd,
pcfarrow.mum,bpfarrow.Recordstatus,bpfarrow.unit"
Into #temp
from Pcfarrow left join bpfarrow on pcfarrow.sear=bpfarrow.sear where pcfarrow.unit='value'