Hi All,
Do any one know how to load new record dynamically in the form from table rather then going sequentially?
I have Employee Info Form, it shows all relevant information for given Employee.
(See attached Form image). Now when I manually enter another valid employee ID, Before_Update events pulls record from Employee table, which works fine.
Some how none of the buttons works (Next and Prev) after that. When clicked it gives following error Error : You can’t go to specified record.
My assumption is record-set still points to old record and which causes an error
If you want to review Before_Update code please follow this link.. http://www.access-programmers.co.uk/forums/showthread.php?t=95897
I am even open to any alternate solution …please comment
Thanks in advance
Do any one know how to load new record dynamically in the form from table rather then going sequentially?
I have Employee Info Form, it shows all relevant information for given Employee.
(See attached Form image). Now when I manually enter another valid employee ID, Before_Update events pulls record from Employee table, which works fine.
Some how none of the buttons works (Next and Prev) after that. When clicked it gives following error Error : You can’t go to specified record.
My assumption is record-set still points to old record and which causes an error
If you want to review Before_Update code please follow this link.. http://www.access-programmers.co.uk/forums/showthread.php?t=95897
I am even open to any alternate solution …please comment
Thanks in advance