BrianBerry
Technical User
I am using Access 97 and have a continuous form (named frmOrders) that lists these fields:
Date Customer Address Phone Order etc...
I am trying to make it so when this form opens the records with today's date will be listed at the top of the form (instead of opening on the first record).
I have tried using a couple On Open-Event Procedures for this form (DoCmd.GoToRecord and DoCmd.FindRecord) but can only get GoToRecord to open on a specific record number and can't figure out how to tell FindRecord today's date.
Any help will be appreciated
Thanks!!
Date Customer Address Phone Order etc...
I am trying to make it so when this form opens the records with today's date will be listed at the top of the form (instead of opening on the first record).
I have tried using a couple On Open-Event Procedures for this form (DoCmd.GoToRecord and DoCmd.FindRecord) but can only get GoToRecord to open on a specific record number and can't figure out how to tell FindRecord today's date.
Any help will be appreciated
Thanks!!