I have a subform that displays the first field with white background. (I'm assuming it has the focus) How do I get the subform field to display gray until the user actually goes to the subform fields?
Can anyone tell me how to enlarge the hourglass (when code is running).
I want to be able to see a large icon on the screen to know that the application is still running. (From across the room).
Can anyone tell me why I get an error message: "Invalid use of Null"?
Function AdjsAmt(txtElement, dblTrackAmount, dblOrigAmount) As Double
Select Case txtElement
Case Is = "WCOF"
AdjsAmt = dblTrackAmount - dblOrigAmount
Case Is =...
How do I get a form's record pointer to point to the first record that is not complete?
Example:
dtmFrom cboComplete
1/1/04 Yes
1/5/04 Yes
1/7/04 No
1/10/04 No
I want the form to point to the record that has 1/7/04 - No.
How do I save the worksheet with a name that is listed on a form?
For example:
The name will always be: Claim.xls
But the first part will change ie.
01.2004Claim.xls (for January)
02.2004Claim.xls (for February)
etc.
The 01.2004 part will be a field in a form.
HELP?
Can someone tell me how to get my HELP menu to display useful information.
I use to be able to search for FUNCTIONS but now if I type "IIF" the help doesn't find it.
HELP?
How do I write a Case Statment to convert Salary into Annual Salary and then code the salary into Salary Bands?
Fields in Table
salry salry_mode
1,000 B
500 W
tblSalaryDecode
salry_mode description
B Bi-weekly
W Weekly
tblSalaryBand
1 <=$40,000
2...
I have a table (tblQueries) setup as follows:
ID (autonumber query run order)
txtQueryName (name of query to be run)
chkCompleted (yes/no)
There is a command button on the Mainform that call a function.
The fuction opens a subform (that is tied to tblQueries). The subform is Continuous and a...
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.