Access 97
Using VBA, how can I tell if a form is currently open?
Thanks!
TK
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20123872.html
Zones:
MS AccessDate Answered: 05/24/2001 Grade: A Views: 0
Hello Experts,
Have a general question about designing Access forms and using VBA, and was hoping someone might be able to provide some guidance.
One of the main things I've noticed in the ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21218960.html
Zones:
MS AccessDate Answered: 12/02/2004 Grade: A Views: 5
Hi
I need to prevent users closing forms etc. whilst the db is processing procedures
Something like:
DoCmd.BlockInput True
run the sub
DoCmd.BlockInput False
I use the hourglass but that doe...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_225...
Sorry in advance - this question is a bit vague and doesn't relate to a specific piece of code.
I often get confused with the use (in Access VBA) of Cancel and Undo. It seems in some situations ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23368756.html
I need to disable controls (or enable at another time) during runtime. My very short code is listed.
In the debugger, stopping at "If TypeOf," ctl.Enabled shows as True; yet, when the next line...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Forms/Q_23576014.ht...
Zones:
Access FormsDate Answered: 07/24/2008 Grade: A Views: 12
I have a form which has a tab control (TabCtl0) with three tabs on an Access 2007 form. There's a peculiar behavior which I can't control.
When the form opens the tabs themselves are just shift...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Forms/Q_23576028.ht...
Zones:
Access FormsDate Answered: 07/24/2008 Grade: A Views: 0
I have copied code from another Access database. I think I have something missing. I want to have the user prompted to click on the ResubmitRework checkbox. Right now, if the user leaves the box...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21380313.html
Zones:
MS AccessDate Answered: 04/07/2005 Grade: A Views: 0
I am developing a database for some users in the company, i want for every time theres an error in the database that would normally cut out the programme and show the VBA code, for it to email me a...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22927327.html
I want to write VBA code in Access to choose values from a combo.
The code below returns a compile error "invalid use of Me keyword". I'm not sure how to correct this error. Could someone help me ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_234...
I need to get a form to open another form and display a specific record. BUT I don't want to apply a filter because the user needs to select any record if they don't want the specific one that is d...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21122774.html
Zones:
MS AccessDate Answered: 09/08/2004 Grade: A Views: 19