I have this line in a control box to count a number in a specific field
=DCount("[LastName]","OrientationMain","[Session 1] = True")
Now, on the same form, I am trying to multiply the result of this DCount by different numbers. I know this should probably be...
I have looked over the history of this forum, but I wasn't able to glean the information that I needed. I have a db with contacts to whom I would like to be able to send emails (both individually and group). I view all the contact info on a form where I would like to have a button or two that...
Is it possible to set up a temp. database with the fields from my main db without rebuilding the db? Or is it possible to send selected records to a temp db?
If so, can I use the same reports that I use with the main database?
The reason is that I need to print about 200 labels, but I know I...
Is there any way to put a filter on a DCount function so that it will only count records that meet certain criteria?
My goal is to count the number of records marked "true" that are contained in "MyTable" and record that number on "MyForm"
Any ideas?
I want to display the number of fields that contain "not null" values. I can do it on a report...in a roundabout way...what I did was a DCount function on one field, then the other..in two separate control boxes, and then added them together in another control box(TotalParent).....I'm...
I would like to display the number of "not null" values that exist in two separate fields. Fields "Parent_1" and "Parent_2" hold parents names, and I simply need to know the total number of parents. Will the Count function do this? If so, can anyone help me on the...
Is there a way that I can display the record count in a certain query on a main form page?
I have a main page that I use to navigate among query results, forms, and reports, and, from that form, I would like to display how many records are in each query.
Is there a way that I can display the record count in a certain query on a main form page?
I have a main page that I use to navigate among query results, forms, and reports, and, from that form, I would like to display how many records are in each query.
I have a form set to open up to a blank record by inserting this script, (from this forum),
DoCmd.OpenForm "OrientationMain", , , , acFormAdd
and from this page I can't see any of the old records, which I'm OK with, but when I try to insert a command button that will open up the...
I have an input form that I also use to view data. On the form is a button that prints out a report using the current record's data. Is there any way to view the date that the report was last printed?
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.