Hello all & I hope I'm posting in the right place..
I need to load a tem****ary table with a range of sequential dates,
passing it a beginning and an end date from a criteria form.
I have created the form FrmMakeDayFile with 2 unbound fields
[txtDateFr] and [TxtDateTo]. I simply want to be able to click a
button and have a routine of some sort append records to the table
tblDates with field Ddate inserted starting from txtDateFr and adding
a new record for each date, ending at TxtdateTo. (This data gets used
in a local front-end and is then zapped... but that part's under
control - I just need to quickly seed values to the dayfile table....)
I must be having a vague day as something that shoudld so easy is
eluding me... Can anybody start me off please.
thankyou.
Dave