Troogroove
Registered User.
- Local time
- Today, 09:46
- Joined
- Dec 11, 2006
- Messages
- 10
I am trying to add a search to a form, which will search the DB and then return the result to the form.
A previous DB that is beign retired soon has this function and works, so i thought I would just copy the code behind the button.
A previous DB that is beign retired soon has this function and works, so i thought I would just copy the code behind the button.
Code:
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70 [\code]
Any way the button does what it needs to but the look in box does not list the table. It only shows the form name and the current filed selected when the search button is pressed.
My new form is set up with the same properties as the old one.
Anyone had this one before??
Thanks