How do I combine fields of a table into 1 field of a query for reporting. <br>Also, I'm trying to report on information entered between dates and times, I'm stuck...appreciate any help,<br>Thanks
You can combine a number of fields in the Query grid, by typing a variable name, a colon ) and the field names you want to combine. A couple of examples are -<br><br>Variable1: [FieldName1]&[Fieldname2]<br><br>Variable2: [Fieldname2]*[Fieldname3]<br><br>Variable3: [Fieldname3] & Variable2<br><br><br>etc<br><br>You can report between dates and times by setting the criteria for the relevant fields using the Between operator<br>An example:<br><br>Between [StartingDate] and [EndingDate]<br>For a parameter query use something like:<br><br>Between [Enter the Starting Date] and [Enter the end Date].<br><br><br><br>Lightning
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.