C
cindy.kester
I import an Excel workbook into Access on a monthly basis
and store a "date" field as '200408' for the month
imported. I now need to write code to check the table to
see if the month was imported so it doesn't get imported
again. I typically import the data for the prior month,
but that's not always the case. My thought was to have a
form with a combo box listing the month values as 200408,
200409, etc. and then open the table to check for that
value. Good thought but I don't know exactly how to do
that. I tried numerous attempts with openrecordset and
then find but to no avail.
Please assist. Thank you.
Cindy
and store a "date" field as '200408' for the month
imported. I now need to write code to check the table to
see if the month was imported so it doesn't get imported
again. I typically import the data for the prior month,
but that's not always the case. My thought was to have a
form with a combo box listing the month values as 200408,
200409, etc. and then open the table to check for that
value. Good thought but I don't know exactly how to do
that. I tried numerous attempts with openrecordset and
then find but to no avail.
Please assist. Thank you.
Cindy