Search results

  1. B

    How to Seperate Accounts on a Form when Filtering with a ComboBox

    I currently have a reports menu on my db that allows employees to use ComboBoxs to filter for accounts based on Program and Manager. Everything functions correctly, but my problem comes from how the accounts are displayed when there are multiple ones being pulled onto the form. In its...
  2. B

    SUM Multiple Columns on a Report?

    I can't seem to find a way to SUM two seperate columns on my report. I've attached an example of what I am talking about. I was able to add the SUM feature to the 'Estimate' column, but it doesn't allow me to add that to the 'Plan' column too. The only options available are Count Records or...
  3. B

    Pulling a cell from one table to another based on the 'Account Number'

    Table 1: Account Number Start Date End Date Cost data** Budget data** Table 2 (Imported excel file with cost/budget data): Account Number Cost data** Budget data** ------------------- Table 1 is the main table that will be viewable in this database. The idea here is that new Account...
  4. B

    Delete Row from Table button?

    Brief Description: The purpose of this database is to have a simple form that inputs data into a table. There is a subform view on the form so they are able to see their data that was submitted into the table. Problem: I have made an attempt at making a Delete Row button. The idea behind this...
Back
Top Bottom