mohammadagul
PrinceAtif
- Local time
- Today, 10:37
- Joined
- Mar 14, 2004
- Messages
- 298
Now my employeer says that?.
If I am at the last of record then the form should close automatically
Lets says that I am navigating through records in a columnar form. When I reach the last record and Press the button to go to Next Record , I should get a Message as follows
?You Have Reached Last Record?
When I Press OK the Form Should Close
Now this is what I am doing
On my form current
If me.RecrodSet = ?? then
Docmd.close
Endif
But it deos not work and gives me an invalid argument error
Any suggestions
If I am at the last of record then the form should close automatically
Lets says that I am navigating through records in a columnar form. When I reach the last record and Press the button to go to Next Record , I should get a Message as follows
?You Have Reached Last Record?
When I Press OK the Form Should Close
Now this is what I am doing
On my form current
If me.RecrodSet = ?? then
Docmd.close
Endif
But it deos not work and gives me an invalid argument error
Any suggestions