Setting Current Record

  • Thread starter Thread starter JudyB
  • Start date Start date
J

JudyB

I have a subform with several fields, one of which is "DateOut". If this
field is left blank, I would like to set this record as the Current Record.
Can anyone provide help on how to go about doing this?
 
JudyB,
are you trying to get the subform to show only those records where the
DateOut field is blank?
If yes, in the query which is the recordsource for the subform, under the
field for DateOut put Is Null in the Criteria row and save the query.


Jeanette Cunningham -- Melbourne Victoria Australia
 
Back
Top