Ydrasil72683
Registered User.
- Local time
- Yesterday, 20:35
- Joined
- Jul 16, 2012
- Messages
- 14
Hello
I am new to Access, but I am currently working on a small database in one of the local college to keep track of all the lockers in the building. Now the way it works is the user will enter the search criteria data into a form, then that data is sent to the query which searches for said data in the table and displays it in the query.
Now to get the data from the form to the query I am using Like Forms!Lock_DES_Frm!BLetter&* (I am putting this into the criteria section of the query in design view)to take the input from the from. Now Lock_DES_FRM is the name of my form and BLetter is the name of the first field. All the textbox's on the fields are set to null.
Now the problem I am having is this code works for the first 3 fields but doesn't work when I put it in any of the other fields( I have done seperate testing with individual fields past the first 3, and they still don't work individually). I don't get a error it just displays a blank table, but there is data in those fields, cause I put it there. Is there any reason this code would cause the table to appear blank ? Thank you for any and all help.
I am new to Access, but I am currently working on a small database in one of the local college to keep track of all the lockers in the building. Now the way it works is the user will enter the search criteria data into a form, then that data is sent to the query which searches for said data in the table and displays it in the query.
Now to get the data from the form to the query I am using Like Forms!Lock_DES_Frm!BLetter&* (I am putting this into the criteria section of the query in design view)to take the input from the from. Now Lock_DES_FRM is the name of my form and BLetter is the name of the first field. All the textbox's on the fields are set to null.
Now the problem I am having is this code works for the first 3 fields but doesn't work when I put it in any of the other fields( I have done seperate testing with individual fields past the first 3, and they still don't work individually). I don't get a error it just displays a blank table, but there is data in those fields, cause I put it there. Is there any reason this code would cause the table to appear blank ? Thank you for any and all help.