View Full Version : Records not displaying in form


TClark14
11-09-2001, 06:19 PM
I think I am totally brain dead, I have done this before in A97.

I have a table (tblInstructorAvialability)with 3 fields/records as below:

Date Instructor Available?(Y/N Fld)
11/01/01 Whoever Check Box (Y/N)
11/02/01 Whoever2 Check Box (Y/N)
11/03/01 Whoever3 Check Box (Y/N)

I created the form with this table as the record source; however, when I display the form, I only get one record with no date displayed. I tried a combo box to select the date I wanted to look at and I get an error "no current record" and debug takes me to Me.Bookmark = rs.Boomark. Any help here would be appreciated.

Thanks
Terry AGAIN!

Jack Cowley
11-10-2001, 08:24 AM
My only suggestion would be to create a new form using the Wizard. If that one works then your other form has a hitch in it somewhere.

TClark14
11-10-2001, 09:03 AM
I did that and it worked just fine. Don't know what happened the first time around.

Thanks for the help.