Search results

  1. J

    Update Query Problem

    I am having trouble doing a simple update query and not sure why it isn't working. I am trying to do an update query to update a field in a table with the results of another query. I have a select query that sums all cost items from an estimate times the markup multiplier to come up with what...
  2. J

    Scheduling report using a cross-tab query

    Any help with this would be greatly appreciated. I am trying to create a report for construction projects schedule. The format of the report the date of work as columns and resources(i.e. Carpenter name, Plumber name, Electrician name) as columns. The data to be displayed is the job name...
  3. J

    Enter Parameter Value on close in Windows XP

    Enter Parameter Value error I have a problem on one of my forms that is used for maintaining subcontractor info. I use a list box as record selector, and the data source is a query based on which sub is selected from the list box. The list box itself is populated by a query, which uses an...
  4. J

    Question about combo box source

    I am using a combo box to list the names of customers to be used as a selection for a report. I am using a simple query to create the data source for the combo box. I want to be able to add the word "All" to the data source, so all customers can be selected and I can't figure out how. I tried...
Back
Top Bottom