Search results

  1. T

    Adding multiple elements to form from form

    I need a way to add mulitple fields from a client search into a project form. For example, I have a project form which is running from a multi-table query. On this form, I have a search button which pulls a second continuous form to search for clients. This form could be either table or...
  2. T

    Access runtime product testing on computer with both 2003 and 2007

    I have a client issue with a product built in 2007 and applied to the 2007 runtime. The client has Windows XP and is running windows 2003. I suspect there is a macro security issue that is preventing the application from running, however I need to test in version 2003. When I click on the...
  3. T

    Linked Table Manager Problem

    I am attempting to put a button for Linked Table Manager into either a custom ribbon or Office Menu, then build the application in runtime. In building the XML UI ribbon script, I noticed a spelling error(either intentional or not) in the file name "DatabaseLinedTableManager" as reported in...
  4. T

    Another OLE issue

    I am having a problem with embedding a bmp file as OLE. It has been working fine, but a few weeks ago I downloaded SP3 for Office 2007 and now have a problem. At first I was getting the error 502750, OLE Object failed, reinstall. I followed the advise noted by Sinfathisar and was able to...
  5. T

    If statements to control visible parameters

    I have 3 combo boxes with selected reports that I want to display based on the types of filter variables selected. I am attempting to control which list displays based on the selection in an option group "ReviewLevel." Here is the code I am attempting to run. It seems to not recognize the...
  6. T

    Report accesses query multiple times

    I have a query with a "Between" statement to filter the data by a specific date range. This runs fine. I then built a report and pull data into the report from the query. When I run the report I get the date range between statement to answer as I expect. So far, so good. However, when I...
  7. T

    Chart in report and date range bug???

    Is anyone aware of a bug in 2007 which is related to forcing a user to answer a date range twice when pulling a report with a chart. I have a query that has a between date range defined. It works fine. I then built a report which includes a chart. Which pulls fine as long as the date range...
  8. T

    Problem getting user facility address on reports

    I have a database that I want to push out to multiple users. I have a series of canned reports where I want the users default address to print on the report. I have defined a form (sort of a system setup form) for the user to enter their facility address and bmp company logo. (only one...
  9. T

    hard coded timeframes

    I have an options group that I have hard-coded report timeframes, such as previous month, previous 3 months, etc. Is there a way to write code that will run the designated timeframe? In the query I have a month field and year field. Does Access keep the month and year straight if I had simply...
Back
Top Bottom