D
d9pierce
Good morning all,
I actually have two questions similiar in relation.
First is I have an unbound form with a list box on it called lstData.
That is populated by a tbl_Titles. There are several txtBoxes and misc
that are populated by the lstData. I have added navigation buttons to
the form however I cannot get them to work. Does anyoone have any
reference to how to use the First, Previous, Next, and Last record
navagation on an unbound form?
Second, on the same form I have an unbound txtbox which I want to use
to give a record count. I currently am using Dcount method however
this can be rather slow as on many other forms I use a lot of filters
and just wondering if anyone has any sucessful ideas for this that
works well with filters on unbound forms to count records?
I wont go into the reasons why using unbound however I have many
reasons to why. Thanks
D9pierce
I actually have two questions similiar in relation.
First is I have an unbound form with a list box on it called lstData.
That is populated by a tbl_Titles. There are several txtBoxes and misc
that are populated by the lstData. I have added navigation buttons to
the form however I cannot get them to work. Does anyoone have any
reference to how to use the First, Previous, Next, and Last record
navagation on an unbound form?
Second, on the same form I have an unbound txtbox which I want to use
to give a record count. I currently am using Dcount method however
this can be rather slow as on many other forms I use a lot of filters
and just wondering if anyone has any sucessful ideas for this that
works well with filters on unbound forms to count records?
I wont go into the reasons why using unbound however I have many
reasons to why. Thanks
D9pierce