Thread: set focus
View Single Post
  #4   Report Post  
Dave O
 
Posts: n/a
Default

....Or, now that I hearken back to my Access programming days, try this:

if variable=false then
me.txtauditor.value=""
me.txtauditor.setfocus
endif