Search results

  1. C

    Transition to Windows 2007

    Has there been any issue with companies moving from Windows 2003 to 2007 in the performance of Access 2003 programs?
  2. C

    Is it possible?

    is it possible to click on a checkbox in a form and have it populate a value in a textbox in a report?
  3. C

    Shuts down

    access shuts down totally when going from Report to code. This has never happened before, stranger and stranger...any thoughts?
  4. C

    Reports displaying garbage

    All queries work correctly, but all reports are displaying just a portion of the first name. all reports! any ideas would be greatly appreciated
  5. C

    Between dates

    Would it be possible to take a StartDate and EndDate from a query and extrapolate the dates between them in a report? CoachPhil
  6. C

    references

    are there reference links that will replace Graphitti User Interface Controls and Microsoft Windows Common Controls 2.6.0 ? in a multi user environment most users have no problem accessing the app but others have issues with the above references CoachPhil
  7. C

    mdb in limited access folder

    I have created a mdb in a restricted access folder. I then copied and pasted it into a general access folder. The path still points to the limited access folder and is not accessible to most. How can I make this mdb accessible to all?
  8. C

    Selling APPs

    Is there a market to sell established programs?
  9. C

    single record in SendObject

    How might I generate a single record from a report using SendObject?
  10. C

    SendObject single record

    :confused:Does a form need to be linked to a Query, or can it be linked directly to a table to run SendObject?
  11. C

    Security and user groups

    How many User Groups can be associated with one BE database in Access 2003? CoachPhil
  12. C

    FindRecord on yes/no

    Is it possible to use the FindRecord to scroll through records using a yes/no checkbox as criteria? I've really been at this a while. CoachPhil
  13. C

    Question Document a completed program

    Hi all, Silly question, but.........what is the best or most accepted way to document a completed program? ie: if I get hit by a bus on Tuesday, someone may want to continue with the program after I am gone(or recuperating) CoachPhil
  14. C

    print time from text box value

    Is it possible to print a report that is based on a text box that is coded now()? CoachPhil
  15. C

    calling dates from text boxes

    Hi all, Answer is probably right in front of me but I have been looking at this so long I am brain dead! I am connecting to Outlook from my DB, setting a 'reminder date', I have the following code in the cmd button, Set objRecurPattern = .GetRecurrencePattern...
  16. C

    Calling Mutiple cbo's from form for report

    Hi all, Not sure how to word this (part of the problem), I have a form with 3 comboboxes- 2 for dates and 1 for employee name. I need all three items to call the report correctly, a report on a specific employee for a specified time period. I am callimg from a query and all the info is...
  17. C

    Sum and Averages in Report

    Hi Troops, I have a Report, driven from a query that gives me employees, the number of transactions in a time period, and the number of seconds in total. I have summed and averaged the total transactions-no problem. The total seconds I was able to convert to hh:nn:ss. But.............. I...
  18. C

    calling multiple fields from a query

    Hi All I have a report where I am trying to pull an employee and all related info in a query between selected dates. I am using one combobox for the name, a second for the start date and a third for the end date, SURPRISE---I can't make it work. What would be the best way to proceed? CoachPhil
  19. C

    Error message

    I have a Division by Zero error when I run a report. I believe I have traced it back to a query, an expression in the query ‘ACHT: Nz(AgentDataByMonth!t_logged_in/AgentDataByMonth!n_incoming,0)’ returns an 'Error' on lines where there are zeroes in the calculation. Am I on the right track...
  20. C

    ‘Out of Stack Space’

    I am getting the error message ‘Out of Stack Space’ when I run one of several reports from my DB, but only on one report. Any ideas why? CoachPhil
Top Bottom