Good Afternoon Everyone,
I am currently serving as a Peace Corps Volunteer at my host countries Department of Education. The goal is to construct a database encompassing every teacher's information throughout the region. The Form I am currently working on is a search form.
My goal is to create an advanced Teacher search form. The user would search for teacher records based on all the fields in the teacher table (I.e. if the teachers table had first name, last name, date of birth, ID number, address, current school employed,ect. as fields. then the form would allow you to do a search using any combination of those fields and display the results. these results would be able to be turned into a report and printed.
I have made some progress with this, by using the database search designed by Allen Browne (id post the link, but i need 10 posts to do it)
I have it working where the information gathered from the unbound text boxes (First Name and Last Name) are used to build a query that is passed to the filter.
So, the next step would be for me to expand upon this concept by adding the rest of the unbound text boxes/combo boxes in the header section. each control being used to enter search criteria for a different field from my Teachers Table. this would give me about 20 different text boxes/combo boxes in the header section. and have the same 20 fields be going horizontally in the detail section (imagine a datasheet view's layout of records)
plugging in the controls in the header section looks right in the design view, as all the controls are displayed and the records in the details section are visible.
However, when i switch to form view, I am not able to see all of the controls in the header section, and the details section is all but disappeared...there isnt even a way to scroll down to view the rest of the information which was visible when i was in design mode.
I am not sure what i am doing wrong, or if there is some property that is disabled. but in a nutshell i cant view the contents of my form once the controls go down the page to a certain point.
is there maybe an easier way to accomplish this search that i just havnt tried yet? or is my dilemma fixable? (as i am still a beginner to the process). any suggestions would be super helpful, and if I have left a piece of information out PLEASE tell me so i can give you more specifics.
Thanks guys for even reading it to this point lol.
I am currently serving as a Peace Corps Volunteer at my host countries Department of Education. The goal is to construct a database encompassing every teacher's information throughout the region. The Form I am currently working on is a search form.
My goal is to create an advanced Teacher search form. The user would search for teacher records based on all the fields in the teacher table (I.e. if the teachers table had first name, last name, date of birth, ID number, address, current school employed,ect. as fields. then the form would allow you to do a search using any combination of those fields and display the results. these results would be able to be turned into a report and printed.
I have made some progress with this, by using the database search designed by Allen Browne (id post the link, but i need 10 posts to do it)
I have it working where the information gathered from the unbound text boxes (First Name and Last Name) are used to build a query that is passed to the filter.
So, the next step would be for me to expand upon this concept by adding the rest of the unbound text boxes/combo boxes in the header section. each control being used to enter search criteria for a different field from my Teachers Table. this would give me about 20 different text boxes/combo boxes in the header section. and have the same 20 fields be going horizontally in the detail section (imagine a datasheet view's layout of records)
plugging in the controls in the header section looks right in the design view, as all the controls are displayed and the records in the details section are visible.
However, when i switch to form view, I am not able to see all of the controls in the header section, and the details section is all but disappeared...there isnt even a way to scroll down to view the rest of the information which was visible when i was in design mode.
I am not sure what i am doing wrong, or if there is some property that is disabled. but in a nutshell i cant view the contents of my form once the controls go down the page to a certain point.
is there maybe an easier way to accomplish this search that i just havnt tried yet? or is my dilemma fixable? (as i am still a beginner to the process). any suggestions would be super helpful, and if I have left a piece of information out PLEASE tell me so i can give you more specifics.
Thanks guys for even reading it to this point lol.