Recent content by thatlemhome

  1. T

    Multiple item Form

    ok, here's a radical thought. What if you defined a table with each element as a number (integer) entry. Enter a number 1 as the field entry for each element. Do not set an autonumber or key. Then built a query from the table. Then link each button to each specific field in the query, and on...
  2. T

    Form based on more than 1 table with Combo box

    I think you could solve this problem by linking the two tables together. You need to define a foreign key for the services ID in the personnel table. You would then have a many to one link between the two tables and as you add records to the personnel table the foreign key would link the...
  3. 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...
  4. 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...
  5. T

    Linked Table Manager Problem

    thanks. I see a macro link doesn't work for this either. Know any good alternatives to runtime?
  6. T

    Signing ACCDB or ACCDE and dist with Package Solution Wizard

    Yes, I saw that thanks. My only issue now is determining what goes in the boxes. Some of my documentation does not match the 2007 version of Runtime, and examples are nonexistant. I hate to keep bugging you, but you seem to know this stuff pretty well. I have...
  7. T

    Signing ACCDB or ACCDE and dist with Package Solution Wizard

    ok, I'm going to risk sounding really stupid here, but here goes... I assume you are manually placing this in the end-user's computer registry.... and NOT, as I was inquiring about, adding it to the runtime package and sign - in an effort to have this automatically installed on the end-users...
  8. T

    Signing ACCDB or ACCDE and dist with Package Solution Wizard

    Davida- You said that you had success with the Packaging Wizard automatically adding a trusted location for the application....?? I have not been able to make that happen.... I've been using accde in the packaging. Did you need to add the key into the "Additional Registry Keys" section on...
  9. 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...
  10. 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...
  11. T

    Question OLE Error with Embedding Excel Sheet

    Have same problem. What did you use to run regedit? When I click on the file it asks me for a file type selection, but cannot file anything in the list that looks applicable and web is no help. Did you run from command prompt? thanks
  12. T

    If statements to control visible parameters

    to simply!!!!! Works great Thank! :)
  13. 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...
  14. T

    Report accesses query multiple times

    Ok, I got it.... The syntax needed to be..... Between [forms]![frm_Reports].[StartDate] And [forms]![frm_Reports].[EndDate] . not ! before the field Thanks for the assist. I like this much better and should solve my issue. (I hope)
  15. T

    Report accesses query multiple times

    ok, I see an immediate error... StartDate vs StartingDate and EndDate vs EndingDate. I fixed that, but still the same issue remains
Back
Top Bottom