Search results

  1. T

    How to ensure that the textbox value displayed is based on combobox selection

    Hello, I am designing a Web Database with a bound form to a submit table. On the form, I have a combo box with selections that should influence the value to be displayed in a textbox also on same form. For instance the combo box for Staff Name contains list of all Staff and I want the textbox to...
  2. T

    Prevent Bound Form from updating records before clicking on Save button

    Hello, I am working on a web database with a form which is bound to an underlying web table where the submissions occur. My challenge is that the fields on the form get submitted to the table even before the submit button is clicked regardless of whether the form was completely filled. My...
  3. T

    combobox selection list not updating after each selection

    Hello JHB, Thanks a lot. It is working fine now. I have also replicated same in my original database. Thank you.
  4. T

    combobox selection list not updating after each selection

    Hello JHB, My apologies. I have uploaded the sample db again. Thanks
  5. T

    combobox selection list not updating after each selection

    Hello All, I am designing a nomination form (web database so no vba macros can be used). The form has 3 combo boxes: cboStaffName, cboLevel, cboNominee. The form is bound to the tblSubmit table where the submissions are populated. I used a select statement:SELECT Staff_List.Staff_Name FROM...
  6. T

    Combobox values based on selection on another combobox

    Hello Cotty42, Thank you for your response. Can you please assist with how I can do this using Macros and not VBA. This is supposed to be a web database that will be published via Sharepoint and VBA is not compatible with web database. Thank you.
  7. T

    Combobox values based on selection on another combobox

    Hello All, I am a newbie to Access 2010 however i don't know where I goofed because I seem to have done this before. I am having issues with my combo box populating values based on the selection from another combo box. Database : contains 2 tables: Staff_List, Level_Type and a form called...
  8. T

    Question Form should only submit if number of entries in the table's field is less than 3

    I am a newbie to Access and require assistance on this: I have a form (called User_Input)with 2 text boxes, 5 combo boxes and a Submit button, which is bound to a table (called Submssion table) i.e the form submits its entries into the table called Submission. I want the submit button on the...
Back
Top Bottom