My issue is as follows:
I have a simple report based on a query of 2 associated tables. There are 5 fields, Doc#, IssueDate, Title, Author, Remarks. All fields come from one table, with the exception of Title. These fields are being reported in a straight line under detail of the report. When I...
I have a query pulling out all records of a specific type:
Docname, Docversion, Doctype
are the fields for example...
Doctype is the same for all results of the query.
Docversion is unique for all results of the query.
Docname is not unique for all results of the query.
What I am trying to...
That worked well! Since I wanted just to print the report, I followed that wizard instead and added the:
,,"[ReportID] = " & me.ID
to that line and it printed. Incidentally, I had to add a unique identifying autonumber field to the table and to the form (made it invisible). But it worked...
Hello, I am not a programmer so keep that in mind. What I am trying to do is include a button on my form, whereas when pressed, it will print a report that includes only data from the current record on the form.
I feel like there is a way to do this with a query and macros, but I really can't...
I am building 2 reports that will have checkboxes on them. On the first one, there is only one field to consider (a date field) so I just used that field name as the control source for the checkbox on the report-- the result being that if there is any value at all, the box will be check on the...
Here's what I would like to do:
I if a date field contains a date that has passed, I woul dlike to change the background color of that record in the report. I am not sure how to do this.
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.