G
Guest
Hello,
I am trying to understand the use of the RecordsetType property.
I place the statement
If me.CurrentRecord>1 Then
Me.RecordsetType=2
Else
Me.RecordsetType=0
End if
If the Form Current Event. However, this seem to have completely messed up
the db as it now seems to run code endlessly and never finishes opening the
form. i alwasy end up having to halt the code execution. Could someone
explain why what I thought was a simple IF statement make the db loop like
that? Also, is there a work around?
Thank you,
Daniel
I am trying to understand the use of the RecordsetType property.
I place the statement
If me.CurrentRecord>1 Then
Me.RecordsetType=2
Else
Me.RecordsetType=0
End if
If the Form Current Event. However, this seem to have completely messed up
the db as it now seems to run code endlessly and never finishes opening the
form. i alwasy end up having to halt the code execution. Could someone
explain why what I thought was a simple IF statement make the db loop like
that? Also, is there a work around?
Thank you,
Daniel