aziz rasul
Active member
- Local time
- Today, 21:53
- Joined
- Jun 26, 2000
- Messages
- 1,935
On a form I have set the Close Button property to No so that the user is then persuaded to use the Close command button I have on the form. Everything works so far.
However if I then open any table, the Close button is not there? Any ideas why this should happen?
If I set the Close Button property to Yes on the form, then the close button appears on the tables.
If I use the following code: -
on the command button, it comes up with the run-time error 2448 'You can't assign a value to this object'.
However if I then open any table, the Close button is not there? Any ideas why this should happen?
If I set the Close Button property to Yes on the form, then the close button appears on the tables.
If I use the following code: -
Code:
Me.CloseButton = True