![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can anyone tell me if it's possible to use the WindowMode argument to hide a window and still make changes in the window? I have a form that i have a macro open a form- update data - then close again, and i would like the user NOT to see the form open and close. Is this possible? thanks Steve |
#3
| |||
| |||
|
|
Can anyone tell me if it's possible to use the WindowMode argument to hide a window and still make changes in the window? I have a form that i have a macro open a form- update data - then close again, and i would like the user NOT to see the form open and close. Is this possible? thanks Steve |
#4
| |||
| |||
|
|
Can anyone tell me if it's possible to use the WindowMode argument to hide a window and still make changes in the window? I have a form that i have a macro open a form- update data - then close again, and i would like the user NOT to see the form open and close. Is this possible? |
#5
| |||
| |||
|
|
Can anyone tell me if it's possible to use the WindowMode argument to hide a window and still make changes in the window? I have a form that i have a macro open a form- update data - then close again, and i would like the user NOT to see the form open and close. Is this possible? |
#6
| |||
| |||
|
|
Can anyone tell me if it's possible to use the WindowMode argument to hide a window and still make changes in the window? I have a form that i have a macro open a form- update data - then close again, and i would like the user NOT to see the form open and close. Is this possible? thanks Steve |
#7
| |||
| |||
|
|
Making updates by using a macro to open and close a form seems an ineffective approach. Have you considered simply updating from macros or code, not by changing data on a form? You can execute update, append, or delete queries... no form needed... and avoid the extra overhead of unhiding and hiding the form. *With more detail on what you want to do, possibly someone could help you do this with macros... I just don't use them... but am one of the many here who could likely help you accomplish it with VBA code. *Larry Linson *Microsoft Office Access fish... (AT) hotmail (DOT) com> wrote in message news:95a4da67-6c47-4c52-aaf2-f83be4f18d2f (AT) d26g2000prn (DOT) googlegroups.com... Can anyone tell me if it's possible to use the WindowMode argument to hide a window and still make changes in the window? I have a form that i have a macro open a form- update data - then close again, and i would like the user NOT to see the form open and close. Is this possible? |
#8
| |||
| |||
|
|
Making updates by using a macro to open and close a form seems an ineffective approach. Have you considered simply updating from macros or code, not by changing data on a form? You can execute update, append, or delete queries... no form needed... and avoid the extra overhead of unhiding and hiding the form. With more detail on what you want to do, possibly someone could help you do this with macros... I just don't use them... but am one of the many here who could likely help you accomplish it with VBA code. Larry Linson Microsoft Office Access fish... (AT) hotmail (DOT) com> wrote in message news:95a4da67-6c47-4c52-aaf2-f83be4f18d2f (AT) d26g2000prn (DOT) googlegroups.com... Can anyone tell me if it's possible to use the WindowMode argument to hide a window and still make changes in the window? I have a form that i have a macro open a form- update data - then close again, and i would like the user NOT to see the form open and close. Is this possible? |
![]() |
| Thread Tools | |
| Display Modes | |
| |