Search results

  1. D

    Access redefined the Date function

    I have a form based on a query based on a table. I imported the original table from another database. I initially failed to realize the problem with a field in that table named “Date”. I set up a query using the same name, then a form to display the info with that same field name. Now, when I...
  2. D

    lookup info by row and field

    I am trying to make a Query that looks up info in a table based on the row and field info. The Query gets info from Table A and Table B. Table A has 2 fields of info that are used to lookup info from Table B. Table A C1 C2 (fields) 10 L1 10 L3 22 L2 Table B N L1 L2 L3 (fields) 10...
  3. D

    How do I print a blank page conditionally

    I have a report grouped by SalesAgents and their Customers. I am printing on a duplex printer. Each SalesAgent gets their own report showing their own customers. The number of customers for each Sales Agent can be anywhere from 1 to 1000. When I print to my duplex printer, any SalesAgent...
Back
Top Bottom