Search results

  1. J

    DCount Error - Always 0

    DCrake - Changing the code to just strLeftName, strRightName, and strHyphenLess eliminated the runtime error, but put it back to always equalling zero. Lagbolt - Simply using the bang instead of the period fixed it perfectly. When I was posting this, I figured it would end with a "d'oh!"...
  2. J

    DCount Error - Always 0

    I do see the difference, but when I implement that code change, I get Run-time error 438: Object doesn't support this property or method. I'm running Access 2007. Could this be a setting problem?
  3. J

    DCount Error - Always 0

    I am quite sure I am missing something very basic, but I've been struggling with this all morning and am hoping I can find some help. I have a form, frmPersonnelFlexible, for entering personnel records. It's largely based on a table called tblPersonnel, which has PersonnelID as a unique record...
  4. J

    Formatting Excel export out of Access

    Summer - I have gotten a lot of help from this forum just by reading, so...it's time to give back! I happen to have cobbled together an answer for your problem yesterday, based on code from a number of sources on these forums (notably BobLarson and Jacob Mathai), plus a little bit of my own...
  5. J

    In the thread regarding the Conc() code put together by Jon K...

    In the thread regarding the Conc() code put together by Jon K (http://www.access-programmers.co.uk/forums/showthread.php?t=64611), you mentioned that it worked perfectly in Access 2007 once you updated the VBA ADO references. Could I get a look at your modified code? I really liked the Conc()...
  6. J

    Why is my search button searching all fields?

    Ah, so with the button setup you recommend, clicking each button just changes which subform is actually present? That probably is a bit more elegant, as the code in the subforms then actually isn't present to interfere with each other. It sounds like it might make the database a bit less...
  7. J

    Why is my search button searching all fields?

    I've put together a fairly complex personnel database. The most complex part of it is the main personnel form: there are so many pieces of information that might be entered for a given person that I've broken it down into one main form with the person's name and roles in our organization, with a...
  8. J

    Query Error - Can View Data But Not Enter

    Oh, I'm a not-IT person sitting in my cube constructing a massive Access database. I'll be back with more questions, no doubt.
  9. J

    Query Error - Can View Data But Not Enter

    Yep. Again, thanks to everyone for the help.
  10. J

    Query Error - Can View Data But Not Enter

    To not let this be one of those threads that peters off into nonexistence with no clear resolution: I simplified the query (extremely) and built the necessary subforms, and the new form works, to the great delight of all in my office who wouldn't like to watch me hyperventilate myself to death...
  11. J

    Query Error - Can View Data But Not Enter

    I was referring to them as inelegant because I thought using several of them was a brute-force method of doing what could be done more simply with a single form built on a properly constructed query. (In the training courses I've taken, I was told that most forms are built on queries and...
  12. J

    Query Error - Can View Data But Not Enter

    Larson - Thanks, but I was trying to clear all the data except a few records that might provide relevant examples. Thanks for your patience. I am really hoping there is another way of doing this than a half-dozen more subforms. I can do it, but that'll be...inelegant, let's say.
  13. J

    Query Error - Can View Data But Not Enter

    I will try to post a stripped copy within the next half-hour.
  14. J

    Query Error - Can View Data But Not Enter

    Access Hero - It looks like mine falls under "It uses JOINs of different directions on multiple tables in the FROM clause. Remove some tables." I can build subforms to allow the data entry. It's just going to take a lot more work. I had thought that the structure error was entirely on my part...
  15. J

    Query Error - Can View Data But Not Enter

    I have made those changes, but the query still blocks data entry, as does the form based on the query. I understand that I have very limited expertise with Access, and there are undoubtedly a number of ways in which my database can be cleaned up, but I have under two days to get it ready for...
  16. J

    Query Error - Can View Data But Not Enter

    I am missing something incredibly basic regarding query construction and would appreciate any help that can be provided. I have constructed a number of queries in my database, which has to do with recruiting and hiring. I can make simple queries fine and well, but once I start a chain of more...
  17. J

    Creating a Form from two Tables

    Following those simple steps, plus eliminating the scroll bars on the subform, it's indistinquishable from any other bunch of fields in the form. Thank you very kindly!
  18. J

    Creating a Form from two Tables

    That was at least one of the reasons I was hesitant about using subforms in some cases. How do I go about having the fields from a subform be visible and editable with the subform they're in be invisible? I presume there's a property somewhere in here to adjust for that... (I am, after all...
  19. J

    Creating a Form from two Tables

    Unfortunately, I don't think I have the expertise or experience yet to fully understand the suggestions you're making, Banana...though I am very appreciative of the willingness to help. I know I can use subforms, and have done so in the past. I just figured there would be a way to manually...
  20. J

    Creating a Form from two Tables

    I have now corrected the 1-to-1 relationship within a query problem...partially. I changed the joins in the query to be left outer joins stemming out from my "primary" table, and the form now populates. It will let me view all records, but when I attempt to change any information, I am...
Back
Top Bottom