Stuck in Tab Control

uberDave

New member
Local time
Today, 06:23
Joined
Oct 5, 2005
Messages
7
Hi i'm using Access 2002, my project uses one main form and a Tab Control for accessing different sections of my HR app (Sick leave, Annual Leave, empoyee info, etc...) On each tab i'm using several different controls for I/O, my problem is that after using the following command
' Me!listFirstDaySick.Selected(0) = True '
to automaticly select the first record in a listbox I can no longer switch between tabs as though the program is stuck in a loop. Has anyone heard of this problem before?

I've tried using the inverse of this command after displaying the rquired data but that makes no difference. Any help would be greatly appreciated.
 

Users who are viewing this thread

Back
Top Bottom