Search results

  1. J

    More problems passing values to reports

    I'm building a report based off of multiple queries, which uses a single combo box selection on a form. One of the items I'm having trouble with is displaying a single dollar amount for a particular project selection. The project selection takes place on the above mentioned form. I've...
  2. J

    Filling a title in a report from another form

    Hi all, I was hoping I could get some help with my problem. I'm sure it simple but I keep getting errors. I'm trying to add a title to a report. The title comes from a combo box on a form. How can I take the selection from that combo box and pass it to the title? Thanks
  3. J

    Writing a query to find unassigned people

    I have a problem, whereby, I need to create a query to find people who are unassigned for a particular month. The tables are [Personnel], [_Months], [WorkAllotments],[projects] [WorkAllotments] has the fields: {Person}{project}{-Month}{Allotment} The way it works is that a manager enters a...
  4. J

    Looking up a set of names with a button

    Sorry for this painful first post. I have a normalized database with tables [tblPersonnel] With fields in this configuration {autonumber}{name}{billing_rate} [tblProjects] {autonumber}{projectname} [tblMonth] {autonumber}{_month} This is my collection table for the inputs of a form which...
Top Bottom