User Profile
Collapse
-
There is an "#Error" message that appears inside the textbox when I open it on form view. I should mention that there are no fields on my form, so i'm guessing that's why your method does not work.
I'm trying to make the record count appear on the main menu screen and unless I put the query fields on the form I think they won't work. I don't want to do that because I want another record count and I can't put 2 different query...Leave a comment:
-
-
Record count help
I am trying to count the records of a query result and place the answer into a textbox on a form. I have found the DCount function in the help files and tried the following code:
= DCount("[MonthlyFeeID]", "Monthly Fees Query")
I keep getting an error about placing something before the equals sign, but I don't know what to put there.
Thanks -
-
Adding numbers in forms
I am trying to add the values I type in two textboxes on a form and i want it to display the answer in a label. I tried this code:
But I keep getting an error saying "You can't reference a property or method for a control unless the control has the focus.Code:Private Sub cmdCalculate_Click() FATotal.Caption = Str(Val(FA1.Text) + Val(FA2.Text)) End Sub
Can somebody please help? Thank...
No activity results to display
Show More
Leave a comment: