Hi all,
The question I have is quite specific. I have looked through the forum, and the big www, but I can only find general examples, and I just can't seem to make them fit my needs.
Here is my set-up.
Table name: T-Dates
Fields in table: Date (e.g. 01/01/12), Day (e.g. 01), Month (e.g. January), Year (e.g. 2012).
I also have a form (F-Dates) which uses T-Dates as its record source.
Here is what I want to do.
I have three ubound list boxes on an unbound form:
LB-Day
LB-Month
LB-Year
I can select the day, month and year (e.g. 01 January 2012). What I then want to do is, on the click of the 'search' button I would like to open the relating record in the form, F-Dates.
I want access to use the criteria in the list boxes to find a match in the 'date' field (e.g. 01/01/11), and open the corresponding record.
I hope you can help, knowing me I am over complicating matters.
Thanks again all,
Ged.
The question I have is quite specific. I have looked through the forum, and the big www, but I can only find general examples, and I just can't seem to make them fit my needs.
Here is my set-up.
Table name: T-Dates
Fields in table: Date (e.g. 01/01/12), Day (e.g. 01), Month (e.g. January), Year (e.g. 2012).
I also have a form (F-Dates) which uses T-Dates as its record source.
Here is what I want to do.
I have three ubound list boxes on an unbound form:
LB-Day
LB-Month
LB-Year
I can select the day, month and year (e.g. 01 January 2012). What I then want to do is, on the click of the 'search' button I would like to open the relating record in the form, F-Dates.
I want access to use the criteria in the list boxes to find a match in the 'date' field (e.g. 01/01/11), and open the corresponding record.
I hope you can help, knowing me I am over complicating matters.
Thanks again all,
Ged.