D
dan
When a form opens I want to display the record count. In
one form I use Me.Form.RecordsetClone.RecordCount and this
works. However, on a different form I use the same thing
but it always returns 1 - and this isn't the case.
I set a visible text box with this value on Form_load,
although I have tried doing it in Current, but this
doesn't work either. The form that works has it done in
Load.
Can anyone tell me how to get this to work??
Thanks,
dan.
one form I use Me.Form.RecordsetClone.RecordCount and this
works. However, on a different form I use the same thing
but it always returns 1 - and this isn't the case.
I set a visible text box with this value on Form_load,
although I have tried doing it in Current, but this
doesn't work either. The form that works has it done in
Load.
Can anyone tell me how to get this to work??
Thanks,
dan.