A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Search results page



 
 
Thread Tools Display Modes
  #1  
Old October 28th, 2008, 01:55 PM posted to microsoft.public.access
stema
external usenet poster
 
Posts: 1
Default Search results page

Here is what I am trying to do.
I have a DB where I enter employee data into it. I want to be able to make
a search form where I enter the employees name the results will show in a
"log" type box that is no editable only viewable. It will show any
information related to that employee name such as date of injury, what type
ect. I've been going crazy trying to figure this out.
  #2  
Old October 28th, 2008, 02:08 PM posted to microsoft.public.access
Golfinray
external usenet poster
 
Posts: 1,597
Default Search results page

Put a combo box on your form using the wizard and select employee name for
the source. Right click on the combo, go to events, pick the afterupdate
event, click the little button to the right, and start the code builder. Type
Me.filter="[employee name] = """ & Me.combo# & """"
Me.filteron = true
The combo# will be listed, like combo8 or combo22

"stema" wrote:

Here is what I am trying to do.
I have a DB where I enter employee data into it. I want to be able to make
a search form where I enter the employees name the results will show in a
"log" type box that is no editable only viewable. It will show any
information related to that employee name such as date of injury, what type
ect. I've been going crazy trying to figure this out.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.