C
Chuck W
Hi,
I have a form called frmLineDaysbyMonth that has one field called Month. It
is based on a query called qryLineDaysbyMonth based on a table called
tblLineDays. The query does a distinct on the Month field. I have a subform
called frmLineDays that has three fields: LineDay, PtWithCL and PtWithUCath.
This is based on a query called qryLineDays that is based on the same table
called tblLineDay which has a couple hundred records. The dates are already
filled in for 2009 and 2010. The other two fields are blank. The month field
in this table and query called Month. I set up the frmLineDaysbyMonth so
that users could navigate from one month to another and inside of the form is
the subform that has days of the month as a continuous form. It works fine
except that I want the form to open up to the current month (ie 8/1/09).
Also, it would be nice if the curser would also appear in the field called
PtWithCLfor the current date (8/20/09). This second part would be nice but
not critical. I do need the main form to open to the current month though.
Can someone help?
Thanks,
I have a form called frmLineDaysbyMonth that has one field called Month. It
is based on a query called qryLineDaysbyMonth based on a table called
tblLineDays. The query does a distinct on the Month field. I have a subform
called frmLineDays that has three fields: LineDay, PtWithCL and PtWithUCath.
This is based on a query called qryLineDays that is based on the same table
called tblLineDay which has a couple hundred records. The dates are already
filled in for 2009 and 2010. The other two fields are blank. The month field
in this table and query called Month. I set up the frmLineDaysbyMonth so
that users could navigate from one month to another and inside of the form is
the subform that has days of the month as a continuous form. It works fine
except that I want the form to open up to the current month (ie 8/1/09).
Also, it would be nice if the curser would also appear in the field called
PtWithCLfor the current date (8/20/09). This second part would be nice but
not critical. I do need the main form to open to the current month though.
Can someone help?
Thanks,