Search Button on Navation Form

SarahBeth

Registered User.
Local time
Today, 08:17
Joined
Jul 30, 2013
Messages
13
How can I put search button on the navigation form to search all form in my database? I have eight form I would like to be able to search to be able to pull all information for one student worker.
 
Welcome to the forum !
Seems that you need a query not a search button.
 
Welcome to the forum !
Seems that you need a query not a search button.

How can put together a query that will allow me to search all database for one student? I have nine tables to search throw. I am trying to get where from the navigation form my boss can search for any student worker by their Student ID number.
 
Maybe I'll be able to help you if you post the database.
How can I help you with no information about what you have ?
 
Maybe I'll be able to help you if you post the database.
How cannot I help you with no information about what you have ?
I can upload the database it is to big. Can I have your email address?
 
Last edited:
alt.mihai@yahoo.com
No problem if you wish to email me your database.
But here, on the forum there are more brains, more skilled guys than me, that can help you better than me.
So, first COMPACT your database, then ZIP it, then try again to upload.
 
Office Button -> Manage -> Compact and Repair Database
This should reduce a lot the size.

Also you can:
Office Button -> Access Options -> Current Database -> check the Compact on Close check box
 
Unfortunately I can't open because I use Access 2007.
Can you save in this version ?
 
Looks like 2010. I can open it fine. I will look into it. what information are you trying to get?
 
The information I am try to get is from the Navigation Form, my boss can search for student worker information by their student id number and get that student information.
 
WOW. there are definately some structure issues here. WHat is the point of the Naviagtion table. There is a composiet key consisting of 8 fields??!!
 
To help the new student worker go to the right form to fill out from the Student Worker form that any new student worker fill out.
 
Right now, there are only 1 student with a stduentID in the StudentBasicInformation table. The contactInformation table has a primary key based on the student first name are there are no student ID's in that table. The CraftInformation table has more students listed but there are no student ID's.

I would create a Student table with a unique ID and start there.
 
Mihail: here is the structure. Looks like there may need to be a bit of an overhaul with normailization
 

Attachments

  • yoursturcture.jpg
    yoursturcture.jpg
    101 KB · Views: 68

Users who are viewing this thread

Back
Top Bottom