|
|
Subject:
Issuues with immediate window in Access 2003
Category: Computers > Programming Asked by: bdken-ga List Price: $5.00 |
Posted:
21 May 2005 16:38 PDT
Expires: 20 Jun 2005 16:38 PDT Question ID: 524178 |
|
There is no answer at this time. |
|
Subject:
Re: Issuues with immediate window in Access 2003
From: willcodeforfood-ga on 23 May 2005 10:04 PDT |
Type a question mark followed by a variable or expression, such as one of the following, then press enter: ? x ? x>10 ? DCount("*","tblMyTable","SomeField=" & x) ? Forms.frmMyForm.txtLastName |
Subject:
Re: Issuues with immediate window in Access 2003
From: mathtalk-ga on 25 May 2005 04:17 PDT |
? Answer.Good True |
Subject:
Re: Issuues with immediate window in Access 2003
From: willcodeforfood-ga on 28 May 2005 11:21 PDT |
Type the whole thing in the immediate window and press enter. The question mark is sort of like a "print" or "evaluate" command. In addition, you can issue commands directly by typing them in the immediate window and pressing enter. For example, if while debugging some code, you are stepping through a loop that executes SQL statements and you want to stop those pesky warning dialog windows from appearing while you work with the code, you could type this command: DoCmd.SetWarnings False Don't type anything in your code. Just type the whole thing in the immediate window. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |