Front End: MS Access 2010
Back End: SQL Server 2008
My skill set 1-10: Access 5, Sql 4
I have a form (unbound) that has 3 fields to be input, date, line and shift. The user fills in the fields and presses a Display button to display the results of the query. The query is a bound Subform. See the attached. For example, he/she types 12/08/2014, B and 2 the query would the display all records that match the criteria.
Date Line Shift
12/08/2014 B 2 ..........
12/08/2014 B 2 ..........
Thank you.
Back End: SQL Server 2008
My skill set 1-10: Access 5, Sql 4
I have a form (unbound) that has 3 fields to be input, date, line and shift. The user fills in the fields and presses a Display button to display the results of the query. The query is a bound Subform. See the attached. For example, he/she types 12/08/2014, B and 2 the query would the display all records that match the criteria.
Date Line Shift
12/08/2014 B 2 ..........
12/08/2014 B 2 ..........
Thank you.
Comment