
October 30th, 2009, 08:59 AM
|
|
Contributing User
|
|
Join Date: Sep 2005
Posts: 316
Time spent in forums: 1 Day 10 h 30 m 45 sec
Reputation Power: 5
|
|
|
Help on Move to record
Hello,
I am trying to develop my own appointment form as the many sample are a bit too complex for me and would like some help.
I have created a table (apps) with a date field which refers to the date of the appointment. I have then created a form (myforms) on which I have placed an unbound date txtbox.
I would like to use this txtbox as criteria to scroll between records in my form. The form recordsource is a query based on my table apps which has in the date field the criteria
like forms!myforms!txtdate
My idea is to scroll between dates and look at the apppointments but this does not seem to work. Can anybody help me on where I am going wrong? If I place the txt on a different form then I get my records, but it appears that I cannot do this on the same form. Thanks.
|