07-08-2005, 07:14 AM
|
#1
|
|
Member (7 bit)
Join Date: Sep 2004
Posts: 105
|
ms access question
hey guys, i hope someone knows this. In ms access (which i am really new to i just have done a bit of reading) i have basically set up a company form where you can enter information about a company etc... now instead of having to go through each company with the records arrow thing i have instead put letter buttons at the bottom using the DoCmd.FindRecord "e*" vba function. This works great exactly when you open it. the problem is that when i try using the buttons after i have for example entered data into the tlf field it wont work. i think the problem is that the button is not being selected because after i have clicked it it just stayes in the same input box?
any ideas how to make it work all the time?
I have found out that i need to change the setfocus from PreviousRecord to somthing else but i have no idea what the other options are. can someone help me
Thanx
Last edited by Foges; 07-08-2005 at 07:25 AM.
|
|
|