Search results

  1. T

    Auto Generate Based On Date Range

    I am looking to have entries made to the table based on a date range and can't figure out where to begin! Hoping you can point me in the right direction. I have a database of events and most repeat daily, weekly, etc. When I enter them into Access, they go in as a single entry with a start and...
  2. T

    Duplicate Record Button Overwrites Existing Record

    Hi -- My "duplicate record" button on my form has started to act very strange, and I'm not sure what I did wrong! I created it using the wizard, and it worked for a long time, but now when I use it the following happens: (1) An empty record is created with a new ID, and (2) it overwrites...
  3. T

    Restricting Form Data based on ComboBox

    Hello - I think I am missing something very basic here and hoping someone can point me in the right direction! I have a table of several hundred items. Each of these items has a category code to make the data easier to manage. (This category code links back to a separate table. So in the...
  4. T

    Multi Value Fields Advice

    I'd like to add a multi-value combobox to my database. I understand I want to avoid table-lookups, so I'd like to add it to my form, but can't figure out how. I've been unable to locate a post, article or tutorial. I must be searching using the wrong terminology. Can anyone direct me to...
  5. T

    Separate Multiple Selections with Semicolon

    Is there a way to have multiple selections from a dropdown combobox writtin to the table with a semicolon separating them rather than a comma? So when I select multiple items it saves as "first item;second item;third item" instead of the default format of "first item, second item, third item"...
  6. T

    Difficulties with Syncronizing 3 Combo Boxes

    I have been trying for several days to get these 3 combo boxes to synchronize but haven't been able to figure it out yet. There are many posts on the topic, but I think I'm making it worse by combining the ideas from various posts all together! I was able to get the first two boxes to work...
  7. T

    Insert Text Into Form Field In Needed

    Hello, I have a field called "url" in my form. When saved to table, it needs to contain "h t t p : / /" (without the spaces!) before the user types the standard URL address, but field needs to be empty if no URL is entered. I can't figure out how to do this. I've tried adding it as default...
Back
Top Bottom