Search results

  1. C

    Not In List Event Problem

    I have a combo box on a form i'm trying to use the not in list event.... I'm getting an error when trying to imput a value in the combo box.. My errror says error with Inster Into Syntax... Here's my code Private Sub Firm_Description_NotInList(NewData As String, Response As Integer) On Error...
  2. C

    Split Database = Poor Performance

    So, I split up my database and housed the tables database part of the split on a shared network drive and am experimenting with the front end of the database which i've housed on my local computer. I've tried most of the recommendations: shortened the name of the db, changed fe to mde file...
  3. C

    Using Two Queries on One Report

    I have one table called "Funds" which lists an extensive list of mutual funds and each is categorized by a particular asset class (ie Large Growth, Small Growth, etc). I have two queries; one which counts each of the products via the asset class, and another which counts via asset class if a...
Back
Top Bottom