Recent content by eirman

  1. eirman

    Filter By Selection Button on Form

    With the built-in Filter By Selection tool on the ribbon/toolbar, you can filter by selection on PART of a field. In this example field [THE BIG BLUE HOUSE] With the Filter By Selection Tool you can search for BIG or BIG BLUE. However, naminder's code works by filtering By Selection of the...
  2. eirman

    "Many To Many" DB Example

    That's what I was looking for jdraw, Many Thanks
  3. eirman

    "Many To Many" DB Example

    Thanks jdraw, nice video, but I'm looking for a sample database.
  4. eirman

    "Many To Many" DB Example

    Could some point me to a database(s) in the "Sample Databases" section that demonstrate Many To Many relationships (with link table(s)) in action. Thanks for looking.
  5. eirman

    Correct Methodology Rebuilding Corrupt DB

    Great link on decompiling/compiling Steve. Thanks
  6. eirman

    Correct Methodology Rebuilding Corrupt DB

    I had a badly corrupted form in a front end DB. Compact/Repair didn't work. Importing everything into a new DB didn't work .... the db crashed access. I imported everything except the dud form into a new db and everything was fine. I copied all the fields and controls into a new form. When it...
  7. eirman

    Make Visible When Field Is Not Empty

    IsNull is noted for future reference .... Thanks again
  8. eirman

    Make Visible When Field Is Not Empty

    That works brilliantly RuralGuy. I'd never have worked that out myself (especially the "") ... Many thanks. Incidently, the box goes around a button which opens a popup form to view extra information, when it exists. No box .... no extra info ... so no point in clicking. By the way, was my use...
  9. eirman

    Make Visible When Field Is Not Empty

    I've got a memo field on a form where the name is TextEXTRA The Control Source for TextEXTRA is EXTRA. I've got a box called BoxSHOW (Visible = No) As I browse through records or find records, I want the box to become visible when there is something in the EXTRA field and become invisible when...
  10. eirman

    Table inserted into form no longer expands after db is split

    I only spotted your posts today as I had no email alerts for this thread. How about basing your form on a query that has all the info(fields) you need and then create a split form. http://office.microsoft.com/en-gb/access-help/create-a-split-form-HA010075994.aspx...
  11. eirman

    Any advantage Of Splitting with one user?

    Now that is a good reason ... Thanks
  12. eirman

    Any advantage Of Splitting with one user?

    If a database has only one user on one PC, is there any advantage in splitting it into front/back end DBs
  13. eirman

    Table inserted into form no longer expands after db is split

    I've been following your main thread with interest. You certainly have taken on a complicated db as you very first enterprise! Suggestion .... have a look at the structure of some of the sample databases on this forum. http://www.access-programmers.co.uk/forums/forumdisplay.php?f=64 To quote...
  14. eirman

    So many questions I'm not sure where to begin

    An excellent, and well explained analogy plog.
  15. eirman

    Why oh why oh why - the date

    Here is a link referred to earlier in the thread http://www.vbulletin.com/docs/html/vboptions_group_datetime
Top Bottom