Search results

  1. P

    Connecting to another access database.

    I have set-up a nice, using forms and command buttons, a nice menu for my database. I have attempted to added to this menu a command button that would allow me to close the current database and open another access database. I tried a few things with macros and such but obviously didn't...
  2. P

    Entering Paramters for Reports opend from a form.

    I have created several reports that use the same two paramters [Start Date] and [End Date]. I am in the process of creating a form from which these reports can be launched and the paramters only have to entered once. I set-up to unbound boxes and named them Start Date and End Date, enter the...
  3. P

    Displaying combo box values (Assets instead of A)

    I am currently tyring to develop what has turned out to be a very difficult report. One little problem I am having is as follows: I have one field which is defined through a combo box which gets its values from a separate table (examble A = assets, L = Liabilites, R= Revenue). Of course the...
  4. P

    Displaying query parameters in report.

    First of all, I would like to thank everyone in all the groups for the great help they have been to me. I have another problem I hope people can help me with. I have a report that is created using a query which has data parameters giving me data between a start date and an end date. The...
  5. P

    Suming a counted field

    I am making a report from a query. The query has been programed to count data based on certain categories. ( Based on Category, count the number of reports that fall into that category) In my report, I have listed all the categories and the counted number as in the query. However, I would...
  6. P

    Clearing Forms

    I have two forms set-up to enter data to my database. Currently, when I open them, the form displays record 1 and you have use a command button to add a new form. Is is possible to program my form so that it does not display record 1, but goes right to a blank form. (I would prefer the data...
  7. P

    Searching with Combo List

    My table is setup like this Issue Number Category 1 Category 2 Issue Detal Category 1 & 2 fields are assigned standard codes/categories such as AR, AP, INV etc... to classify each each. Two categories are necessary because some issues could relate to two different categories. I have created a...
  8. P

    Adding Together Cells Data

    Is it possible to create on a form several cells for entry and than another cell that takes what is in those cells and puts it all together. For example: Cell 1: PBV Cell 2: 2000 Cell 3: Report Cell 4: PBV2000Report.
  9. P

    Form Design

    Like so many of us here, I have reach a point where my imagination goes beyond my access skills, so I'm asking for a little help from any of those wiser than myself and who are kind enought to give it. In the database I have created, I have two main tables; one table stores general data...
Back
Top Bottom