Recent content by chibicere

  1. C

    Linked Combo Boxes or Combo Box within a Combo Box?

    Kind of...the problem with the cascading boxes is that the options in the second are limited to what you select in the first, so if I had a company that was interested in say France and Mexico, in the first level of combo boxes I would want to select Europe and the second level select France...
  2. C

    Linked Combo Boxes or Combo Box within a Combo Box?

    Hello All, This is probably dumb newbie question, so apologies in advance. I have a database of companies, and I am trying to create a field for each company called "Locations of Interest." There are tons of potential locations (basically every country in the world and every state in the...
  3. C

    Help Needed: Open form at New Record if Null

    Thanks for your help. I need the new form to be navigable when opened, not just filtered to the single record, which is why I was using such a complicated code for opening it to the correct record. Hence the acAddRecord code doesn't work because it tries to filter the form to only showing that...
  4. C

    Help Needed: Open form at New Record if Null

    Hello All, I am very new to SQL and I am sure this is a silly question. I want to open a form at a specific record based upon ID, but if ID field is Null I want to open a new record. I have the opening at a specific ID down, but can't seem to get my If IsNull statement right to create a new...
Back
Top Bottom