Hello, the users on this site seem to be very helpful. I hope you guys can help me. I have been searching for the past 2 weeks on how to create a search form for my database at work. I'm not really experienced with working with code, although I have been able to pull a couple of them off. This is what I did:
I have two databases my co workers use - one for the trackers and one for the shipping guy. (Since he has absolutly no computer experience) Then I took their info and combined them in a query, then made the query into a table. The update happens once a week.
Next I created a new form (unbound). Then I put the sub form of the query make table in the footer. Then tried changing the field names to conform to my own database. But I am having problems. The good news is, it's doing something. The bad news is, it's not doing what I want it to. If someone can walk me through the steps of writing the If is NOT isNull(ME. blah....
1. I get the is not is Null.
2. I do not understand the Me. or Me!
I want the user to be able to enter maybe 3 of the fields in order to narrow the search. (or i would have just done a form filter.)
Please help...
Any suggestion, pointer or tip is apprieated.
I have two databases my co workers use - one for the trackers and one for the shipping guy. (Since he has absolutly no computer experience) Then I took their info and combined them in a query, then made the query into a table. The update happens once a week.
Next I created a new form (unbound). Then I put the sub form of the query make table in the footer. Then tried changing the field names to conform to my own database. But I am having problems. The good news is, it's doing something. The bad news is, it's not doing what I want it to. If someone can walk me through the steps of writing the If is NOT isNull(ME. blah....
1. I get the is not is Null.
2. I do not understand the Me. or Me!
I want the user to be able to enter maybe 3 of the fields in order to narrow the search. (or i would have just done a form filter.)
Please help...
Any suggestion, pointer or tip is apprieated.
Comment