recordsource ,BOF EOF

yogi

Registered User.
Local time
Today, 10:25
Joined
Mar 26, 2007
Messages
47
Hi there
I created a table and I'm using the recordsource on the form to access my table and the field that I need.

I have put some button on my form next record and previous record.

How do I check for BOF or EOf inside those button without using a recordset?

Thanks
 
Within the Form's Code Module, you can use Me.RecordsetClone.BOF and Me.RecordsetClone.EOF.
 
thank you very much
 

Users who are viewing this thread

Back
Top Bottom