Search results

  1. H

    Combobox how to reset if without required value

    Insane_ai, I hope you read this before texting the "unbound form" solution LOL. I found a solution to cheat the "required field" option and remove the error, Basically disabled required field for Store and added a button to leave frmProducts (also disabled the close button on form), then for...
  2. H

    Combobox how to reset if without required value

    Went for a quick break and a brain lightbulb just turned on for another idea (not sure if possible): All my problem is because I wanted Store to be a required field and turned that option ON in tblProduct, that makes the error appear when combobox Store is empty on frmProducts. MAYBE is it...
  3. H

    Combobox how to reset if without required value

    I'm trying to avoid dirty data, so I'll leave this for the last Noob question, I want to try this code, but I missed the place to use it, Store combobox after update or combobox source maybe ? Might not me the "frmaddstore" button LOL
  4. H

    Combobox how to reset if without required value

    Hello, I have a issue with a combobox in my BD, Ill explain below (and I hope to explain it well): - I have a form "frmproducts" from "tblproducts" - fields ProductID, ProductName, Store. - field Store is a combobox that shows the contents of tblStore (it shows StoreName but links with StoreID)...
  5. H

    Hi :)

    Hello, I just registered on this forum and I just wanted to say HI to all of you. I'm Hugo Silva and I'm from Portugal. In the last times I've been making some access DBs and maybe we'll "chat" sometimes here. I'm not a programmer but I don't feel 100% new to M.Access, because I've been...
Back
Top Bottom