Search results

  1. C

    Count the Yeses!

    I have a combo box in which the user can select Yes/No or N/A.(This Cbo is on a subForm)What i want to do is add a text box to the main form and count how many times the Yes has been selected by a user. I know this will be easy for alot of U out there but i would appreciate so help...
  2. C

    Form Size Problems

    I think this came up before but i'm not sure. The problem i have is that i have designed a database which resides on our sever that many users can access and i'm using a 21" monitor and have resolution setting of 1024 by 768. All the forms look fine on my PC but when other users who have...
  3. C

    Error Message!

    Is there some kind person out there that could define this error meesage i get when i try to analyse a report with excel> 'There is an invalid use of the .(dot)or in invalid parentheses'. 'You may have entered an invalid indentifier or typed parentheses following the null constant'. Any help...
  4. C

    Date diff

    I am trying to work out the difference of 2 dates so that i can see how many days a bill is overdue. I thought this code would work =DateDiff("d",[DueDate],Date()) Can someone please advise..Thanx in advance.Christy
  5. C

    Combo boxs?

    I have to tables in my DB:tblTeamLeaders and tblTeamMembers. Each team consists of a leader and two members, i have assigned each team a team number. I have a combo box with the list of team numbers in it. When i select a team number i would like three text boxes to automaticaly populate with...
  6. C

    changing report set-up

    I have a few reports in my DB and they were created from a table....Is there any way i can go about changing the data retrieval from the table to obtaining the required data from a query instead and still use the same reports.......i want to know if this possible instead of having to redesign...
  7. C

    Outputting report to excel

    I have a report which is based on a crosstab query for showing averages over the year; I have no problem outputting this report to an excel spreadsheet. I then added to the report another 12 text boxes to show me moving averages over the year but when i now output this to excel it does not show...
Back
Top Bottom