View Single Post
  #2  
Old May 27th, 2010, 12:10 AM posted to microsoft.public.access.forms
PieterLinden via AccessMonster.com
external usenet poster
 
Posts: 307
Default employee ID into text box, need to show all ID's that have ck in on same form

jfire wrote:
I have a problem, I enter employee ID into text box, I need to show all ID's
that have ck in on same form. I have table with employee ID info. I need
to show all employee's on the same form as they check in. I have done query's
subforms showing the ID but will only refresh if I close the form then reopen.
This is on a single PC. Using Access 2007 I'm at a loss
I have;
Employee_Info Table
Date_Time_IN Query,
Date_Time_IN Table,
Date_Time_OUT Table


Sounds like you need to requery the subform.

Me!Subform1.Form.Requery

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/201005/1