Search results

  1. C

    Solved VBA code, etc. to disable MS Access Debug Message Box

    Hello! There is a form that will be completed by users. Four text boxes/Combo boxes that require the user to enter information. They'll hit save record command button and it'll save to the subform/table. But the issue is a user decides to only complete two text boxes, on purpose, and leaves the...
  2. C

    Solved Default Information in a TextBox with the ability to add more MainForm

    Yes, I was looking for this all over the internet on how to create the action but as always the Forum comes in handy.
  3. C

    Solved Default Information in a TextBox with the ability to add more MainForm

    Just what I wanted! I just used ABCDEF as an example for the default information in a text, but the code worked!
  4. C

    Solved Default Information in a TextBox with the ability to add more MainForm

    Hello! Need some help regarding a TextBox within a form that needs to be populated already whenever a user enters the form and can add additional information within the text box. For example, a TextBox in the MainForm must have "ABCDEF" inside of it by Default and can't be removed/backspaced...
  5. C

    Make a Combo Box non-editable

    Thanks! Worked like a charm
  6. C

    Make a Combo Box non-editable

    Hello! I would like to create a combo box within a form that is non-editable. Only the user can select the two options and not be able to enter any other value or text into it and hit save. For example, combobox has two values 1. Business Value 2. Business Budget I want the user to select...
  7. C

    Solved Closing an Open Form when a user select a New one

    Thanks! It worked but with a slight change DoCmd. Close acForm , "FormName"
  8. C

    Solved Closing an Open Form when a user select a New one

    Yes, I just have the Access Wizard command button to open the form, but what is the code to close or hide the main form first
  9. C

    Solved Closing an Open Form when a user select a New one

    Hello! I have a MainMenu Form where a user can click on one form and it opens up to something. Is there a way for the MainMenu or previous form to close automatically? MainMenu frmBusiness (Example of form) For example, a user selects a frmBusiness on the MainMenu, the MainMenu disappears in...
  10. C

    Solved MS Access Branding in Forms (Ribbon)

    Thanks for the help! I'll look more into customizing the application ribbon.
  11. C

    Solved MS Access Branding in Forms (Ribbon)

    Hello! Just require some help regarding form design. An individual would like the MS Access - "Square" and X removed from the forms. The customer would like that part removed to make it better. A close button has been added on the forms so that ribbon at the top must be removed. Thanks!
  12. C

    Solved Delete Subform Records from a Command Button in the MainForm

    Hello! I have a MainForm with a Subform inside of it. The MainForm is filled out by a user and the data shows below in the subform(Datasheet) I want a user to select a record below from the subform, and click on the Command Btn "Delete Record" in the MainForm in order for it to execute. I have...
  13. C

    Combo Box Selection Filters Results in Subform

    Was able to figure this out by Linking the Master and Child Fields together, it worked! Thanks for the help on this.
  14. C

    Combo Box Selection Filters Results in Subform

    As I spoke to my work colleague this morning, she stated that when the Master and Child Fields were linked the data was not displaying down below in the subform so she removed the "linking" and once the MainForm was filled out at the top, the subform down below populated the data.
  15. C

    Combo Box Selection Filters Results in Subform

    Can a filter occur for combo box selection into subform
  16. C

    Combo box for "Search" and "DataEntry"

    What I was informed is that "if there are no matching records" then the subform should come up blank and inform the user
  17. C

    Combo box for "Search" and "DataEntry"

    Yes, if the user selects "A" all the records of "A" display in the subform, and once "A" is selected he/she can enter additional information into other text fields and hit save to add to the subform.
  18. C

    Combo box for "Search" and "DataEntry"

    I've been looking through the forums/Youtube videos to see if a combo box in a form can "Search" and conduct "Data Entry" into a subform. I have a form set up that selects information from a combo box and other fields and displays that information into the subform. For Example inside the combo...
Back
Top Bottom