W
Wahab
Dear All
I have form a "fRateListing" which is bount to a table, when I load this
form, pointer is going to the last record with "DoCmd.GoToRecord , , acLast"
with this code, its working fine. Said form (fRateListing)I m showing on
"fRateUpdate" form. I m adding the record to fRateListing from through
fRateUpdate. upto here everything working fine. I nedd the following:
After adding the record the pointer must go to last record in "fRateListing"
form which is not moveing, it remain on previous to last record. even i used
the on current "fRateListing.requery" command but no use.
Secondly i want to show only last 15 records on subform, how i will do this?
Thanks
I have form a "fRateListing" which is bount to a table, when I load this
form, pointer is going to the last record with "DoCmd.GoToRecord , , acLast"
with this code, its working fine. Said form (fRateListing)I m showing on
"fRateUpdate" form. I m adding the record to fRateListing from through
fRateUpdate. upto here everything working fine. I nedd the following:
After adding the record the pointer must go to last record in "fRateListing"
form which is not moveing, it remain on previous to last record. even i used
the on current "fRateListing.requery" command but no use.
Secondly i want to show only last 15 records on subform, how i will do this?
Thanks