Hi,
1.
Can I enable a field based on other input field's enabling status. Right now, I am doing it in the respective after_update event. Is there any other efficient way to do this?
2.
Also, can a date field accept the format 10302001, but access gives error for this. But the requirement is to accept this and consider it as 10/30/2001. How to do this?
3.
How to maximize a form, right now I am doing in form load docmd.maximize, can I set it in form's properties, or is there a better way other than this?
Thanks a lot.
***
1.
Can I enable a field based on other input field's enabling status. Right now, I am doing it in the respective after_update event. Is there any other efficient way to do this?
2.
Also, can a date field accept the format 10302001, but access gives error for this. But the requirement is to accept this and consider it as 10/30/2001. How to do this?
3.
How to maximize a form, right now I am doing in form load docmd.maximize, can I set it in form's properties, or is there a better way other than this?
Thanks a lot.
***