J
James
Hello,
I have the following code but I need some assistance with
it as you can see I have some of it (dont know if its
right) but I just need a little bit adding...
cmd1 = Next Button
cmd2 = Previous Button
*Code Starts*
If ID < 1 Then
cmd1.enabled = False Else
cmd1.eabled = True
End If
If ID = *Need end of record code here* Then
cmd2.enabled = False Else
cmd2.enabled = True
End If
*Code Ends*
Hows the above... This is all I need the little bit of
code to say the end of the records.... also is my Code
correct is also what I am asking for assistance on...
Many Thanks
James
I have the following code but I need some assistance with
it as you can see I have some of it (dont know if its
right) but I just need a little bit adding...
cmd1 = Next Button
cmd2 = Previous Button
*Code Starts*
If ID < 1 Then
cmd1.enabled = False Else
cmd1.eabled = True
End If
If ID = *Need end of record code here* Then
cmd2.enabled = False Else
cmd2.enabled = True
End If
*Code Ends*
Hows the above... This is all I need the little bit of
code to say the end of the records.... also is my Code
correct is also what I am asking for assistance on...
Many Thanks
James