worked a treat" kinda bugs me when people on the forums use it, since it means nothing to me and also sounds silly to me. I think "worked great" would be more effective in relating to an international crowd that one's suggestion was helpful.
Is "worked a treat" the opposite of "played a trick"...
I get syntax error in field definition running this in an Access Query (sql) and highlights decimal.
ALTER TABLE VENDORS
ADD last_column decimal(6,2);
I've tried various forms of it and if I use "int" instead of "decimal(6,2)", then it works ok. One of the books I'm reading leads me to...
I have an Access parameter query that calls a module function chk1(). What I'm trying to supply as a parameter via the function is the following 14 characters, including spaces and the 'or' ....
"AAA" or "BBB"
which works when typed directly into the criterion cell for the query, but doesn't...
Can an existing class get changed dynamically ?
If I have an existing class cl_sqr....
.cl_sqr { color:#000000; background-color:#FF7070; font-weight:bold; font-family: arial; }
is there a way to accomplish effectively.....
if opt==2 cl_sqr background-color is changed to #ff00ff
if opt==3...
I can add the onmouseover to an image tag....
<img src='pic.jpg' name='nm_pic' onmouseover= 'dothis()' >
...but how do you add it dynamically ?
Defining .onmouseover doesn't seem to work nor do I see it as a legal statement in my ref books
document.nm_pic.onmouseover = 'dothis()'...
I recently wrote a program that would hang at the end and not allow scrolling until I clicked outside the program. After much frustration, I stumbled on and tried the DoEvents command at the end of the program and that fixed it.
My question is, do you have tips or suggestions when it is...
Hi,
I have a vba program that can run from 1/4 minute to 2 minutes depending on the size of the spreadsheet it's working on. I could come up with a factoring method or use Timer or something to feed a status bar to show progress, but I'm not sure how to go about getting the visual of a status...
When I add a scroll bar to my excel file from the control toolbox, the thumb blinks (pulses like a cursor) after a clicking a change and making the thumb move.
I notice that when I manually select a surrounding cell, it does stop blinking, however when I have the program do a cell select after...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.