Search results

  1. T

    Show all records for individual in columns

    I am trying to group calls made to individuals in distinct columns. Each record has the individual's identifier and details about the call. Can I create a report that shows me the individual then the details about the calls with each column being a new call? Identifier------> Call 1-----> Call...
  2. T

    Assigning a value in a query if a null is returned

    I am having trouble with my database. I have a query that has all of the values assigned to certain items in the database. However some items do not have a value assigned to them. Currently when the query is run, items with no value assigned show as a blank. I would like to replace that...
  3. T

    Yes/No combo box returns True/False

    I have a combo box that is bound to a Yes/No field in the table it is referencing. Everything works as it should, however the combo box displays True/False instead of Yes/No. How do I make the combo box show me Yes/No? :banghead: Thanks!
  4. T

    dlookup in report - bad behavior

    I am using dlookup in a report to pull the name of a facility using the cost center that was entered in a form. This is creating some weird consequences. When the report is displayed in report view, it takes about 10 seconds to look up the name of the facility and to then show the other...
  5. T

    appended data not visible in queries

    I have a huge database that tracks my company's employee training. As of mid-July it was 154k records. The data comes to us as a .csv file. After importing and normalizing the data, I end up with 7 tables and a master table with lookups to the others. I can easily append the data to each...
Top Bottom