hi... right fairly new to Access... (tho i have been using it now for about 6 months)... im alright at VB coding and didnt think this would be much of a problem... but hmmm it is microsoft....
Right, what i want to do is:
I have a customer rent form which runs in this order:
Pick a building. Pick a Room. Pick a company and date.
that all works fine... BUT...
the way i would hopeufilly like it to work is:
once youv chosen your date it calculates your length of renting (does that already)
so... I would like it to then take say the 12 months of renting and create a record for everymonth..
e.g
LeaseID = 334
Month = 1
LeaseID = 334
Month = 2
and soooo on..
i thought it would be just a simple loop, but im running into problems with the fact Access clears my values on the form everytime i use a new or next record etc so i just cnat get it to work with a while/until or for
can this be done? iv googled everything i can imagine this comming under but all im gettin is crazy .asp code
all help is much appreciated... even if its a "dont be stuped noob this cant be done"... least then i know where i stant
Right, what i want to do is:
I have a customer rent form which runs in this order:
Pick a building. Pick a Room. Pick a company and date.
that all works fine... BUT...
the way i would hopeufilly like it to work is:
once youv chosen your date it calculates your length of renting (does that already)
so... I would like it to then take say the 12 months of renting and create a record for everymonth..
e.g
LeaseID = 334
Month = 1
LeaseID = 334
Month = 2
and soooo on..
i thought it would be just a simple loop, but im running into problems with the fact Access clears my values on the form everytime i use a new or next record etc so i just cnat get it to work with a while/until or for
can this be done? iv googled everything i can imagine this comming under but all im gettin is crazy .asp code
all help is much appreciated... even if its a "dont be stuped noob this cant be done"... least then i know where i stant