Why do I only see this lookup result when I click on it?

  • Thread starter Thread starter efandango
  • Start date Start date
E

efandango

I have a continous form control that only displays the results when I click
on it (them). Can someone help me make it so they display permantly.

the name of the control is: txt_Timer_Elapsed

the code for the control is:
=DLookUp("Timer_Elapsed","QRY_Run_Reveal_Timings","Run_waypoint_List_ID = "
& [Run_waypoint_List_ID])
 
Add the necessary table and include the field Timer_Elapsed in the
recordsource for the form, then make a bound control to show the value for
Timer_Elapsed.

Jeanette Cunningham
 
Back
Top